This commit is contained in:
Dale Weiler 2016-01-03 00:38:58 -05:00
parent f6bc9705d2
commit be64736dd4

View file

@ -61,7 +61,7 @@ VBIN = qcvm
TBIN = testsuite
else
CBIN = gmqcc.exe
CVIN = qcvm.exe
VBIN = qcvm.exe
endif
ifndef WINDOWS
@ -80,7 +80,7 @@ ifndef WINDOWS
$(TBIN): $(TOBJS)
$(CXX) $(TOBJS) -o $@
test: $(TBIN)
test: $(CBIN) $(VBIN) $(TBIN)
@./$(TBIN)
endif