Skip to content

Commit

Permalink
Makefile test-suite rule builds libyaml first
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Dec 21, 2019
1 parent 53f5b86 commit 94ecadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bootstrap: maintainer-clean
test: all
make -C tests check-TESTS

test-suite: tests/run-test-suite
test-suite: tests/run-test-suite all
make -C $< test

test-all: test test-suite
Expand Down

0 comments on commit 94ecadc

Please sign in to comment.