4 lines
101 B
Makefile
4 lines
101 B
Makefile
|
# run a fixed number of the model based testing rounds with a single 'make'
|
||
|
test:
|
||
|
$(MAKE) -C .. mbt
|