Files
yosys/tests/tools/autotest.mk

14 lines
335 B
Makefile
Raw Permalink Normal View History

2014-07-30 19:21:52 +02:00
# Don't bother defining default values for SEED and EXTRA_FLAGS.
# Their "natural" default values should be sufficient,
# and they may be overridden in the environment.
ifneq ($(strip $(SEED)),)
SEEDOPT=-S$(SEED)
endif
2014-07-30 19:21:52 +02:00
$(MAKECMDGOALS):
@$(basename $(MAKEFILE_LIST)).sh -G -j $(SEEDOPT) $(EXTRA_FLAGS) $@
2014-07-30 19:21:52 +02:00
.PHONY: $(MAKECMDGOALS)