Skip to content

Commit

Permalink
Changed Makefile.am to make sure test suite is executed at `make check'.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanbosch committed May 2, 2016
1 parent 2dc13c5 commit 6b436b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
Expand Up @@ -212,8 +212,8 @@ extprograms_test_cases = \
$(extprograms_test_cases):
@$(TEST_EXTPROGRAMS_BIN) $(top_srcdir)/$@

.PHONY: $(test_cases) $(extprograms_test_cases)
test: $(test_cases)
test-plugins: $(extprograms_test_cases)
.PHONY: test test-plugins $(test_cases) $(extprograms_test_cases)
test: all-am $(test_cases)
test-plugins: all-am $(extprograms_test_cases)

check: check-am test all-am
check: check-am test

0 comments on commit 6b436b4

Please sign in to comment.