From 7823d9c7e4f3c0485e8d96e44e0d94541762c6d1 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 28 Dec 2017 19:58:57 +1300 Subject: Move logic tests to test framework --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a41403f..3fdfcd2 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: simulator simulator: simulator.o gate.o logic.o parser.o .PHONY: test -test: +test: all $(MAKE) -C test all test clean: -- cgit v1.1