note unexpected return statuses in junit
[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