Skip to content

Commit

Permalink
[interpreter] Run unittests with partest
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg committed Sep 21, 2023
1 parent 0c5b9c0 commit b174a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ test/%: $(NAME)
run/%: $(NAME)
./$(NAME) $(TESTDIR)/$*.wast

partest: $(NAME)
partest: $(NAME) unittest
make -j10 quiettest

quiettest: $(TESTS:%=quiettest/%)
Expand Down

0 comments on commit b174a7d

Please sign in to comment.