mirror of
https://github.com/ApfelTeeSaft/FunkinMP.git
synced 2026-08-27 03:33:28 +00:00
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
# Updates TestSuite.hx to include all tests
|
|
-cmd haxelib run munit gen
|
|
# Actually performs the tests
|
|
# Lime is used for compatibility reasons, and build flags in `project.xml` ensure coverage is enabled
|
|
-cmd haxelib run lime test cpp -debug
|
|
|