Skip to content

Commit

Permalink
Switches over make tests at toplevel to use the tests target instead …
Browse files Browse the repository at this point in the history
…of the cov target.
  • Loading branch information
balazsracz committed Dec 22, 2023
1 parent 0da9a1b commit 2a1f4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cov:
$(MAKE) -C targets/cov cov

tests:
$(MAKE) -C targets/cov tests
$(MAKE) -C targets/test tests

llvm-tests:
$(MAKE) -C targets/linux.llvm run-tests
Expand Down

0 comments on commit 2a1f4b3

Please sign in to comment.