]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Add test alias to check for make file
authorDale Weiler <killfieldengine@gmail.com>
Sun, 6 Jan 2013 15:12:46 +0000 (15:12 +0000)
committerDale Weiler <killfieldengine@gmail.com>
Sun, 6 Jan 2013 15:12:46 +0000 (15:12 +0000)
Makefile

index c017832e22b0b0642d5f2bc5507b48274c8b55b8..321c8f2f5e76b52b17e9c962ddf0fde00fadf447 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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