From 6679429472d6d6982028da390cd4cb38c8385f70 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 19 May 2000 21:01:36 +0000 Subject: [PATCH] Add make test shortcut --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 328d943977..3a33861dd6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -28,3 +28,6 @@ veryclean-local: FORCE $(RM) config.cache config.status libtool stamp-h stamp-h.in distclean: veryclean FORCE + +test: FORCE + cd tests; make test -- 2.39.5