summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4d97506..cc75e79 100644
--- a/Makefile
+++ b/Makefile
@@ -6,6 +6,9 @@ simulator: simulator.o gate.o logic.o
parser: parser.o gate.o logic.o
+.PHONY: test
+test:
+ $(MAKE) -C test all test
clean:
rm -f parser simulator