From a59465ff6e926ac556fe2f438a916099abd4a646 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Mon, 28 Aug 2023 17:46:56 +0100 Subject: [PATCH] Support "make test" as an alias for "make check". --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 594efbb..27b82b3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -103,3 +103,6 @@ FORCE: clean-local: rm -f src/*/*.e + +# Convenience alias for "make check": "make test" +test: check