added a "tests" target to the makefile / added chdman unittest placeholders (nw)

This commit is contained in:
Oliver Stöneberg 2013-01-05 14:20:15 +00:00
parent b8ce4654fe
commit e18a790e69
3 changed files with 7 additions and 0 deletions

1
.gitattributes vendored
View File

@ -8040,6 +8040,7 @@ src/osd/windows/winutf8.h svneol=native#text/plain
src/osd/windows/winutil.c svneol=native#text/plain
src/osd/windows/winutil.h svneol=native#text/plain
src/osd/windows/winwork.c svneol=native#text/plain
src/regtests/chdman/chdtest.py svneol=native#text/plain
src/regtests/jedutil/baseline/18cv8/18cv8_combinatorial_feedback.txt svneol=native#text/plain
src/regtests/jedutil/baseline/18cv8/18cv8_register_feedback.txt svneol=native#text/plain
src/regtests/jedutil/baseline/18cv8/pal10h8-to-peel18cv8.txt svneol=native#text/plain

View File

@ -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

View File