diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -62,6 +62,7 @@ PROGSRC=\ asm/intel64/mul.cpp \ asm/intel64/neg.cpp \ asm/intel64/not.cpp \ + asm/intel64/or.cpp \ asm/intel64/pop.cpp \ asm/intel64/push.cpp \ asm/intel64/rcl.cpp \ @@ -111,7 +112,9 @@ TESTSRC=\ SRC=$(PROGSRC) mcc.cpp -all: mcc unittest systemtest +all: mcc + +test: unittest systemtest # Tests on C++ level unittest: test-$(PROJECTNAME) |