Skip to content

Commit

Permalink
Merge pull request #139 from nakengelhardt/housekeeping
Browse files Browse the repository at this point in the history
housekeeping
  • Loading branch information
nakengelhardt authored Mar 15, 2022
2 parents 419ef76 + 2441940 commit b14270b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
/prv32fmcmp*/
/redxor*/
/stopfirst*/
/junit_*/
/submod_props*/
/multi_assert*/
4 changes: 2 additions & 2 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ junit_timeout_error_timeout junit_timeout_error_syntax junit_timeout_error_solve

.PHONY: test validate_junit

FORCE:

test: $(JUNIT_TESTS)

test_%: %.sby FORCE
python3 ../sbysrc/sby.py -f $<

$(JUNIT_TESTS): $(SBY_TESTS)
python3 validate_junit.py $@/$@.xml

FORCE:

0 comments on commit b14270b

Please sign in to comment.