Skip to content

Commit

Permalink
Fix master make test rule
Browse files Browse the repository at this point in the history
  • Loading branch information
bshepherdson committed Nov 14, 2024
1 parent ec0d6a9 commit 3276c54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ test-c64: forth-c64-test.prg FORCE
# Top level ==================================================================
test: test-dcpu16 test-dcpu16-separate test-dcpu16-copying \
test-rq16 test-rq16-separate test-rq16-copying \
test-mocha86k test-arm test-c64 FORCE
test-arm test-arm-separate test-arm-copying \
test-c64 test-mocha86k FORCE

clean: FORCE
rm -f *.bin forth-c64.prg test.disk serial.in serial.out
Expand Down

0 comments on commit 3276c54

Please sign in to comment.