Add test alias to check for make file

This commit is contained in:
Dale Weiler 2013-01-06 15:12:46 +00:00
parent 8ac6bcdad7
commit ecb83404ab

View file

@ -98,6 +98,10 @@ all: $(GMQCC) $(QCVM) $(TESTSUITE)
check: all
@ ./$(TESTSUITE)
# alias to check because test.o exists and people will get confused
# about the undefined references to X.
test: check
clean:
rm -f *.o $(GMQCC) $(QCVM) $(TESTSUITE) *.dat