HybridDog 914c4de9bd [NOSQUASH] Editor: Replace the OKLab color picker by a 2D color picker (#2895) | 3 semanas atrás | |
---|---|---|
.. | ||
data | 3 anos atrás | |
unit | 3 semanas atrás | |
README.md | 3 anos atrás | |
aatriangle_test.cpp | 8 anos atrás | |
collision_test.cpp | 10 meses atrás | |
dynamic_scoped_test.cpp | 6 anos atrás | |
file_system_test.cpp | 5 anos atrás | |
ifile_stream_test.cpp | 3 anos atrás | |
md5_test.cpp | 9 anos atrás | |
object_option_test.cpp | 11 meses atrás | |
random_test.cpp | 5 anos atrás | |
reader_test.cpp | 1 ano atrás | |
rect_test.cpp | 6 anos atrás | |
rectf_test.cpp | 10 meses atrás | |
size_test.cpp | 9 anos atrás | |
sizef_test.cpp | 9 anos atrás | |
string_util_test.cpp | 9 anos atrás | |
uid_test.cpp | 6 anos atrás | |
version_test.cpp | 9 anos atrás |
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/
.