summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-09 05:52:17 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-09 05:52:17 +0000
commit57c86b0b3fc5ad171fdf18a6e05d98fe013990f6 (patch)
tree28367616c38d04a795743061d1753f74c3eec586 /makefile
parent4aa4f3d9ece8fe1d174c5fe2f471f566f76228c2 (diff)
optimized tests target (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5e15978bb90..3651da87852 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: tools
+tests: maketree jedutil.exe chdman.exe
@echo Running jedutil unittest
$(PYTHON) src/regtests/jedutil/jedtest.py
@echo Running chdman unittest