mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Added negative tests execution to the CI and root Makefile
This commit is contained in:
parent
f51e482449
commit
f78d7280c1
2 changed files with 4 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -46,6 +46,9 @@ unit_tests:
|
|||
./runtime/invariants_check.o
|
||||
./runtime/invariants_check_debug_print.o
|
||||
|
||||
negative_scenarios_tests:
|
||||
$(MAKE) -C runtime negative_tests
|
||||
|
||||
clean:
|
||||
$(MAKE) clean -C src
|
||||
$(MAKE) clean -C runtime
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue