Vankata453 5917b9a31e Allow dispensing objects, dispenser object customization (#2497) 1 년 전
..
data c9aa1c4c00 Add test for IFileStream 3 년 전
unit 580a169463 Use EXPECT_NEAR for float tests 3 년 전
README.md b810355bb2 Added unit tests 3 년 전
aatriangle_test.cpp 3cbea51800 Add tests for aatriangle.cpp 8 년 전
collision_test.cpp 3156cd0600 Move collision code into collision/ directory 6 년 전
dynamic_scoped_test.cpp 776a61d0aa Fix DynamicScopedRef test case 6 년 전
file_system_test.cpp d7225dadcd Improve FileSystem::join() output when rhs is an absolute path 5 년 전
ifile_stream_test.cpp c9aa1c4c00 Add test for IFileStream 3 년 전
md5_test.cpp 1491743ffc Converted test cases to googletest 9 년 전
object_option_test.cpp 5917b9a31e Allow dispensing objects, dispenser object customization (#2497) 1 년 전
random_test.cpp 5cb721bc18 Fix some more clang-tidy warnings 5 년 전
reader_test.cpp 5333cebf62 [NO SQUASH] Move to C++17 and remove Boost dependency (#2473) 1 년 전
rect_test.cpp e7217ca421 Add Rect::empty(), ::valid(), ::normalized() 6 년 전
rectf_test.cpp 6ac5bf6728 Fix Rectf::set_p1() not taking size changes into account 6 년 전
size_test.cpp 1491743ffc Converted test cases to googletest 9 년 전
sizef_test.cpp 1491743ffc Converted test cases to googletest 9 년 전
string_util_test.cpp 1491743ffc Converted test cases to googletest 9 년 전
uid_test.cpp 31ab5ce0df Disable UIDTest.unique(), it works, but takes to long 6 년 전
version_test.cpp 3dc79f987c Fix PACKAGE_VERSION being empty, add unit test case for that issue 9 년 전

README.md

Tests

This folder groups all files needed to run the test suite.

Hierarchy

  • data/: Data files needed to perform tests.
  • unit/: Unit test files designed to fully test a single specific file in the src folder at the root of the repository. The folder structure and file naming should be identical in both folders.

Files that aren't in any folder are part of the legacy test suite.

Test suites which perform coverage differently (e. g. integration tests, running the game from the point of view of the user, etc) should be located in their own folder within test/.