ca27199f4baeca6c526e6aae57ca93964df60036
[SymbiYosys.git] / tests / scripted / Makefile
1 SH_FILES=$(wildcard *.sh)
2 SH_TESTS=$(addprefix test_,$(SH_FILES:.sh=))
3
4 test: $(SH_TESTS)
5
6 test_%: %.sh FORCE
7 bash $<
8
9 FORCE:
10
11 .PHONY: test FORCE