summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-05 14:20:15 +0000
committer Oliver Stöneberg <firewave@users.noreply.github.com>2013-01-05 14:20:15 +0000
commite18a790e6972fe248e0915384ee3660d1ad29a17 (patch)
tree57da757c6e14d3b221c79eb3ee77fa519c8d9712 /makefile
parentb8ce4654fe0398f68136cd79496a75b3b944c1a7 (diff)
added a "tests" target to the makefile / added chdman unittest placeholders (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile b/makefile
index 0a48e1292b5..c46a2c76831 100644
--- a/makefile
+++ b/makefile
@@ -683,6 +683,12 @@ default: maketree buildtools emulator
all: default tools
+# TODO: move to a .mak file in the regtests folder?
+tests: default tools
+ @echo Running jedutil unittest
+ $(PYTHON) src/regtests/jedutil/jedtest.py
+ #@echo Running chdman unittest
+ #$(PYTHON) src/regtests/chdman/chdtest.py
7Z_LIB = $(OBJ)/lib7z.a