mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24:08 +00:00
ci housekeeping
This commit is contained in:
parent
419ef76f82
commit
2441940653
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
@ -7,3 +7,6 @@
|
|||
/prv32fmcmp*/
|
||||
/redxor*/
|
||||
/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
|
||||
|
||||
FORCE:
|
||||
|
||||
test: $(JUNIT_TESTS)
|
||||
|
||||
test_%: %.sby FORCE
|
||||
|
@ -15,3 +13,5 @@ test_%: %.sby FORCE
|
|||
|
||||
$(JUNIT_TESTS): $(SBY_TESTS)
|
||||
python3 validate_junit.py $@/$@.xml
|
||||
|
||||
FORCE:
|
||||
|
|
Loading…
Reference in a new issue