use TestName.run to run test cases

master
melvin 2012-06-11 22:25:45 +08:00
parent 57bad21299
commit 689b6da5f4
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ $(BUILD)/javac.last: $(SRC)
tags: $(SRC)
ctags -R src
Test/%: $(MAG)
Test%.run: $(MAG)
$(JAVA) -DtestGame=Test$* -jar $^
$(EXE): $(MAG)