summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-09 19:46:18 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-09 19:46:18 +0000
commit0c33249b57030ddf068d475dc9dc41e0440bff9a (patch)
tree00716cc6d2462e6658b6301d31def465dc1ddbd3 /makefile
parent1eb72decaca03a0226db8528ac4dc2458f33c333 (diff)
fixed tests target for non-Windows platforms (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 3651da87852..924032b0ff9 100644
--- a/makefile
+++ b/makefile
@@ -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