mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
Add test alias to check for make file
This commit is contained in:
parent
8ac6bcdad7
commit
ecb83404ab
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue