Files
kaizen/tests/building.txt
irisz64 45cc47a859 Squashed 'external/mINI/' content from commit 52b66e987c
git-subtree-dir: external/mINI
git-subtree-split: 52b66e987cb56171dc91d96115cdf094b6e4d7a0
2025-06-26 23:33:30 +02:00

36 lines
530 B
Plaintext

To build a test, use:
build [testname]
Examples:
build testread
build testwrite
------------------------------------------------------------
To run a test, use:
run [testname]
Examples:
run testread
run testwrite
------------------------------------------------------------
To cleanup all test files:
clean
------------------------------------------------------------
Also can use cmake to build all tests:
cmake . -B "build"
cmake --build "build" -j
And can run all test, use:
./runalltest.sh