summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-05 16:17:42 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-05 16:17:42 +0000
commit585ecc7c2e26941929e1f56153e9745ce1ab4f11 (patch)
tree9ea24d24d412d94f5969b110c4dcdeb77806b429 /makefile
parente18a790e6972fe248e0915384ee3660d1ad29a17 (diff)
first version of chdman unit test / fixed dependies of tests target (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index c46a2c76831..5e15978bb90 100644
--- a/makefile
+++ b/makefile
@@ -684,11 +684,11 @@ default: maketree buildtools emulator
all: default tools
# TODO: move to a .mak file in the regtests folder?
-tests: default tools
+tests: tools
@echo Running jedutil unittest
$(PYTHON) src/regtests/jedutil/jedtest.py
- #@echo Running chdman unittest
- #$(PYTHON) src/regtests/chdman/chdtest.py
+ @echo Running chdman unittest
+ $(PYTHON) src/regtests/chdman/chdtest.py
7Z_LIB = $(OBJ)/lib7z.a