]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
Add test alias to check for make file
[xonotic/gmqcc.git] / 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