diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 7a0792c..cf2f62f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -5,7 +5,7 @@ SCHED=../sched/main.native SIM=../csim/csim %.sim: %.dumb - $(SIM) $< + $(SIM) -n 12 $< %.dumb %.snet %_opt.dumb %_opt.snet: %.net $(SCHED) $< |