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
1
.github/workflows/blank.yml
vendored
1
.github/workflows/blank.yml
vendored
|
|
@ -39,3 +39,4 @@ jobs:
|
||||||
- run: opam exec -- make
|
- run: opam exec -- make
|
||||||
- run: opam exec -- make regression-all
|
- run: opam exec -- make regression-all
|
||||||
- run: opam exec -- make unit_tests
|
- run: opam exec -- make unit_tests
|
||||||
|
- run: opam exec -- make negative_scenarios_tests
|
||||||
|
|
|
||||||
3
Makefile
3
Makefile
|
|
@ -46,6 +46,9 @@ unit_tests:
|
||||||
./runtime/invariants_check.o
|
./runtime/invariants_check.o
|
||||||
./runtime/invariants_check_debug_print.o
|
./runtime/invariants_check_debug_print.o
|
||||||
|
|
||||||
|
negative_scenarios_tests:
|
||||||
|
$(MAKE) -C runtime negative_tests
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) clean -C src
|
$(MAKE) clean -C src
|
||||||
$(MAKE) clean -C runtime
|
$(MAKE) clean -C runtime
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue