Skip to content

Commit

Permalink
tests: sort summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mpostaire committed Jun 15, 2024
1 parent ead7241 commit 7259b49
Show file tree
Hide file tree
Showing 3 changed files with 1,002 additions and 1,001 deletions.
1 change: 1 addition & 0 deletions test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ all: $(ODIR)
$(MAKE) $(BIN)
cp results/summary.txt results/summary_old.txt || true
./$(BIN) $(TEST_ROMS)
sort -o results/summary.txt results/summary.txt
python3 compare_results.py || true

tests.txt: tests_generator.py $(TEST_ROMS)
Expand Down
Loading

0 comments on commit 7259b49

Please sign in to comment.