about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile3
-rw-r--r--HACKING2
2 files changed, 3 insertions, 2 deletions
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
diff --git a/HACKING b/HACKING
index 38f2f2a..111a6a8 100644
--- a/HACKING
+++ b/HACKING
@@ -28,7 +28,7 @@ file is provided for reference.
 
 Running the entire test suite with 4 tests in parallel:
 
-  gmake -j4 test
+  gmake -j4 check
 
 Running just one unit test: