mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Include make for regression tests (nw)
This commit is contained in:
parent
a840d0d95e
commit
84f7d24cfa
9
makefile
9
makefile
@ -965,3 +965,12 @@ generate: \
|
||||
$(GENDIR)/%.lh: $(SRC)/%.lay $(SRC)/build/file2str.py
|
||||
@echo Converting $<...
|
||||
$(SILENT)$(PYTHON) $(SRC)/build/file2str.py $< $@ layout_$(basename $(notdir $<))
|
||||
|
||||
|
||||
#-------------------------------------------------
|
||||
# Regression tests
|
||||
#-------------------------------------------------
|
||||
|
||||
include $(SRC)/regtests/regtests.mak
|
||||
|
||||
tests: $(REGTESTS)
|
||||
|
Loading…
Reference in New Issue
Block a user