Skip to content

Commit

Permalink
Add host test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
tkers committed Sep 9, 2019
1 parent 58bdc93 commit 4eb113d
Show file tree
Hide file tree
Showing 5 changed files with 1,048 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ examples: \
examples/sokoban/sokoban.gb \
examples/simon/simon.gb \
examples/goto10/goto10.gb \
examples/synth/synth.gb
examples/synth/synth.gb \
examples/test-suite/test-suite.gb

examples/hello-world-asm/hello.gb: examples/hello-world-asm/hello.fs examples/hello-world-asm/*.fs $(SOURCE_FILES) $(LIB_FILES)
$(GBFORTH) --no-kernel $< $@
Expand All @@ -51,6 +52,7 @@ clean:
-rm -f examples/simon/simon.gb
-rm -f examples/goto10/goto10.gb
-rm -f examples/synth/synth.gb
-rm -f examples/test-suite/test-suite.gb
-rm -f $(TEST_OBJS)

#
Expand Down
Loading

0 comments on commit 4eb113d

Please sign in to comment.