fixed tests target for non-Windows platforms (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-09 19:46:18 +00:00
parent 1eb72decac
commit 0c33249b57

View File

@ -684,7 +684,7 @@ default: maketree buildtools emulator
all: default tools
# TODO: move to a .mak file in the regtests folder?
tests: maketree jedutil.exe chdman.exe
tests: maketree jedutil$(EXE) chdman$(EXE)
@echo Running jedutil unittest
$(PYTHON) src/regtests/jedutil/jedtest.py
@echo Running chdman unittest