mirror of
https://github.com/holub/mame
synced 2025-06-03 11:26:56 +03:00
added a "tests" target to the makefile / added chdman unittest placeholders (nw)
This commit is contained in:
parent
b8ce4654fe
commit
e18a790e69
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
6
makefile
6
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
|
||||
|
||||
|
0
src/regtests/chdman/chdtest.py
Normal file
0
src/regtests/chdman/chdtest.py
Normal file
Loading…
Reference in New Issue
Block a user