From 857105657d3b651ea505f5155a1644557ac22f49 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 11 Jan 2014 06:54:05 +0000 Subject: GNUmakefile: add "check" target for running all tests "check" rolls off the fingers of users familiar with GNU Automake more easily. The "test-all" target is preserved for compatibility. --- GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index fcfbc48..00a6ace 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -90,7 +90,8 @@ $(slow_tests): $(test_prefix)/.stamp test-integration: $(test_prefix)/.stamp $(MAKE) -C t -test-all: test test-integration +check: test test-integration +test-all: check TEST_OPTS = -v check_test = grep '0 failures, 0 errors' $(t) >/dev/null -- cgit v1.2.3-24-ge0c7