Remove debris from the Makefile.
[open-adventure.git] / tests / Makefile
index d200888d70c9aad6fe2b5ac80fc4e886a9228c7d..f7b6e2edbe37ebfec0040567f1660f478aba20f9 100644 (file)
@@ -1,8 +1,5 @@
 # Test-suite makefile for reposurgeon
 
-# By setting the REPOSURGEON environment variable and using -e
-# a different implementation can be plugged in to the tests.
-
 # Use absolute path so tests that change working directory still use 
 # scripts from parent directory.  Note that using $PWD seems to fail
 # here under Gitlab's CI environment.
@@ -11,10 +8,7 @@ PATH := $(realpath ..):$(realpath .):${PATH}
 # Defeat annoying behavior under Mac OS X - builtin echo doesn't do -n
 ECHO := /bin/echo
 
-default:
-       make -e --quiet all
-
-all: listcheck regress
+all: regress
        @echo "=== No diff output is good news."
 
 .SUFFIXES: .chk