From 13550e93c49054129e3e50a516042fbcecc8eff9 Mon Sep 17 00:00:00 2001 From: Bjorn Andersson Date: Sat, 16 Dec 2006 00:18:11 +0000 Subject: [PATCH] tests depend on the check unit test library, and should therefor not be run every time! --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index def9c74..1b4250f 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ all: @(cd src; make all) - @(cd tests; make all) test: all (cd tests; make all)