From d2a2fe5a419ecbf78817dbecf4f9a4bbceea9255 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 30 Nov 2000 22:51:37 +0000 Subject: [PATCH] * allwebtbf fixed --- tests/Makefile | 2 +- tests/Makefile.fpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile b/tests/Makefile index 6972371d65..4508d11c8e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1197,7 +1197,7 @@ alltbs : testcheck $(patsubst %.pp,%.log,$(wildcard tbs/*.pp)) alltbf : testcheck $(patsubst %.pp,%.log,$(wildcard tbf/*.pp)) allwebtbs : testcheck $(patsubst %.pp,%.log,$(wildcard webtbs/*.pp)) -allwebtbf : testcheck $(patsubst %.pp,%.log,$(wildcard webtbs/*.pp)) +allwebtbf : testcheck $(patsubst %.pp,%.log,$(wildcard webtbf/*.pp)) alltest : testcheck $(patsubst %.pp,%.log,$(wildcard test/*.pp)) alltestopt : testcheck $(patsubst %.pp,%.log,$(wildcard testopt/*.pp)) diff --git a/tests/Makefile.fpc b/tests/Makefile.fpc index c6fbf8c739..ea6497ab8a 100644 --- a/tests/Makefile.fpc +++ b/tests/Makefile.fpc @@ -70,7 +70,7 @@ alltbs : testcheck $(patsubst %.pp,%.log,$(wildcard tbs/*.pp)) alltbf : testcheck $(patsubst %.pp,%.log,$(wildcard tbf/*.pp)) allwebtbs : testcheck $(patsubst %.pp,%.log,$(wildcard webtbs/*.pp)) -allwebtbf : testcheck $(patsubst %.pp,%.log,$(wildcard webtbs/*.pp)) +allwebtbf : testcheck $(patsubst %.pp,%.log,$(wildcard webtbf/*.pp)) alltest : testcheck $(patsubst %.pp,%.log,$(wildcard test/*.pp)) alltestopt : testcheck $(patsubst %.pp,%.log,$(wildcard testopt/*.pp))