mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-12 16:28:17 +00:00
commit
b14270bedb
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
@ -7,3 +7,6 @@
|
||||||
/prv32fmcmp*/
|
/prv32fmcmp*/
|
||||||
/redxor*/
|
/redxor*/
|
||||||
/stopfirst*/
|
/stopfirst*/
|
||||||
|
/junit_*/
|
||||||
|
/submod_props*/
|
||||||
|
/multi_assert*/
|
||||||
|
|
|
@ -6,8 +6,6 @@ junit_timeout_error_timeout junit_timeout_error_syntax junit_timeout_error_solve
|
||||||
|
|
||||||
.PHONY: test validate_junit
|
.PHONY: test validate_junit
|
||||||
|
|
||||||
FORCE:
|
|
||||||
|
|
||||||
test: $(JUNIT_TESTS)
|
test: $(JUNIT_TESTS)
|
||||||
|
|
||||||
test_%: %.sby FORCE
|
test_%: %.sby FORCE
|
||||||
|
@ -15,3 +13,5 @@ test_%: %.sby FORCE
|
||||||
|
|
||||||
$(JUNIT_TESTS): $(SBY_TESTS)
|
$(JUNIT_TESTS): $(SBY_TESTS)
|
||||||
python3 validate_junit.py $@/$@.xml
|
python3 validate_junit.py $@/$@.xml
|
||||||
|
|
||||||
|
FORCE:
|
||||||
|
|
Loading…
Reference in a new issue