Browse Source

* allwebtbf fixed

peter 25 years ago
parent
commit
d2a2fe5a41
2 changed files with 2 additions and 2 deletions
  1. 1 1
      tests/Makefile
  2. 1 1
      tests/Makefile.fpc

+ 1 - 1
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))

+ 1 - 1
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))