From e18a790e6972fe248e0915384ee3660d1ad29a17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20St=C3=B6neberg?= Date: Sat, 5 Jan 2013 14:20:15 +0000 Subject: [PATCH] added a "tests" target to the makefile / added chdman unittest placeholders (nw) --- .gitattributes | 1 + makefile | 6 ++++++ src/regtests/chdman/chdtest.py | 0 3 files changed, 7 insertions(+) create mode 100644 src/regtests/chdman/chdtest.py diff --git a/.gitattributes b/.gitattributes index 92451c13569..104041b7a07 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 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 diff --git a/src/regtests/chdman/chdtest.py b/src/regtests/chdman/chdtest.py new file mode 100644 index 00000000000..e69de29bb2d