mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 19:25:16 -05:00
12 lines
371 B
Text
12 lines
371 B
Text
|
# Updates TestSuite.hx to include all tests
|
||
|
#-cmd haxelib run munit gen
|
||
|
# Actually performs the tests
|
||
|
#-cmd haxelib run munit test -debug -coverage
|
||
|
# -debug may or may not be needed
|
||
|
# -coverage adds code coverage reporting
|
||
|
|
||
|
# Legacy style. Doesn't give detailed coverage reports,
|
||
|
# but it works without crashing.
|
||
|
-cmd haxelib run munit gen
|
||
|
-cmd haxelib run lime test cpp
|