HybridDog 914c4de9bd [NOSQUASH] Editor: Replace the OKLab color picker by a 2D color picker (#2895) | 1 week ago | |
---|---|---|
.. | ||
data | 3 years ago | |
unit | 1 week ago | |
README.md | 2 years ago | |
aatriangle_test.cpp | 8 years ago | |
collision_test.cpp | 10 months ago | |
dynamic_scoped_test.cpp | 6 years ago | |
file_system_test.cpp | 5 years ago | |
ifile_stream_test.cpp | 3 years ago | |
md5_test.cpp | 9 years ago | |
object_option_test.cpp | 11 months ago | |
random_test.cpp | 5 years ago | |
reader_test.cpp | 1 year ago | |
rect_test.cpp | 6 years ago | |
rectf_test.cpp | 10 months ago | |
size_test.cpp | 9 years ago | |
sizef_test.cpp | 9 years ago | |
string_util_test.cpp | 9 years ago | |
uid_test.cpp | 6 years ago | |
version_test.cpp | 9 years ago |
This folder groups all files needed to run the test suite.
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/
.