Turn Utf8Test into a PHPUnit test case
[lhc/web/wiklou.git] / includes / libs / normal / Makefile
index 76cb68b..b00154d 100644 (file)
@@ -21,12 +21,9 @@ all : UtfNormalData.inc
 UtfNormalData.inc : UtfNormalGenerate.php UtfNormalUtil.php UnicodeData.txt CompositionExclusions.txt NormalizationCorrections.txt DerivedNormalizationProps.txt
        $(PHP) UtfNormalGenerate.php
 
-test : testutf8 UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt
+test : UtfNormalTest.php UtfNormalData.inc NormalizationTest.txt
        $(PHP) UtfNormalTest.php
 
-testutf8 : Utf8Test.php UTF-8-test.txt
-       $(PHP) Utf8Test.php
-
 bench : UtfNormalData.inc testdata/washington.txt testdata/berlin.txt testdata/tokyo.txt testdata/young.txt testdata/bulgakov.txt
        $(PHP) UtfNormalBench.php
 
@@ -59,9 +56,6 @@ DerivedNormalizationProps.txt :
 UnicodeData.txt :
        $(FETCH) $(BASE)/UnicodeData.txt
 
-UTF-8-test.txt :
-       $(FETCH) http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
-
 testdata/berlin.txt :
        mkdir -p testdata && wget -U MediaWiki/test -O testdata/berlin.txt "http://de.wikipedia.org/w/index.php?title=Berlin&oldid=2775712&action=raw"