3
0
Fork 0
mirror of https://github.com/YosysHQ/sby.git synced 2025-04-05 22:14:08 +00:00
sby/tests/Makefile
2020-07-24 13:51:39 +02:00

10 lines
170 B
Makefile

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