Forráskód Böngészése

* allwebtbf fixed

peter 25 éve
szülő
commit
d2a2fe5a41
2 módosított fájl, 2 hozzáadás és 2 törlés
  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))