mirror of
https://github.com/holub/mame
synced 2025-06-17 17:59:05 +03:00
fixed tests target for non-Windows platforms (nw)
This commit is contained in:
parent
1eb72decac
commit
0c33249b57
2
makefile
2
makefile
@ -684,7 +684,7 @@ default: maketree buildtools emulator
|
|||||||
all: default tools
|
all: default tools
|
||||||
|
|
||||||
# TODO: move to a .mak file in the regtests folder?
|
# TODO: move to a .mak file in the regtests folder?
|
||||||
tests: maketree jedutil.exe chdman.exe
|
tests: maketree jedutil$(EXE) chdman$(EXE)
|
||||||
@echo Running jedutil unittest
|
@echo Running jedutil unittest
|
||||||
$(PYTHON) src/regtests/jedutil/jedtest.py
|
$(PYTHON) src/regtests/jedutil/jedtest.py
|
||||||
@echo Running chdman unittest
|
@echo Running chdman unittest
|
||||||
|
Loading…
Reference in New Issue
Block a user