3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-06 14:24:08 +00:00
sby/tests/Makefile
2020-07-24 16:06:44 +02:00

12 lines
171 B
Makefile

SBY_FILES=$(wildcard *.sby)
SBY_TESTS=$(addprefix test_,$(SBY_FILES:.sby=))
.PHONY: test
FORCE:
test: $(SBY_TESTS)
test_%: %.sby FORCE
python3 ../sbysrc/sby.py -f $<