From 876f6f485df0506ec04e43d5b3ca854a4e035309 Mon Sep 17 00:00:00 2001 From: Ian Darwin Date: Sun, 23 Aug 1987 21:12:44 +0000 Subject: [PATCH] Rename testing entry to "test" (how obvious). --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 3ab87e18..4afe7259 100644 --- a/src/Makefile +++ b/src/Makefile @@ -24,7 +24,7 @@ ALLSRC = LEGAL.NOTICE README PORTING TODO $(SRCS) *.h \ all: file magic -run: all +test: all cd tst; make time $(OFILE) -m ./magic * tst/* >/tmp/t1 time ./file -m ./magic * tst/* >/tmp/t2 -- 2.50.1