You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
|
|
index 7f4b585..d7a8ad1 100644
|
|
|
|
--- a/src/Makefile.am
|
|
|
|
+++ b/src/Makefile.am
|
|
|
|
@@ -98,17 +98,8 @@ tests_CPPFLAGS = -I$(srcdir)
|
|
|
|
tests_LDADD = libunibreak.la
|
|
|
|
tests_DEPENDENCIES = libunibreak.la
|
|
|
|
|
|
|
|
-check: LineBreakTest.txt WordBreakTest.txt GraphemeBreakTest.txt $(check_PROGRAMS)
|
|
|
|
+check: $(check_PROGRAMS)
|
|
|
|
./tests word
|
|
|
|
./tests line
|
|
|
|
./tests grapheme
|
|
|
|
|
|
|
|
-LineBreakTest.txt:
|
|
|
|
- wget http://www.unicode.org/Public/UNIDATA/auxiliary/LineBreakTest.txt
|
|
|
|
-
|
|
|
|
-WordBreakTest.txt:
|
|
|
|
- wget http://www.unicode.org/Public/UNIDATA/auxiliary/WordBreakTest.txt
|
|
|
|
-
|
|
|
|
-GraphemeBreakTest.txt:
|
|
|
|
- wget http://www.unicode.org/Public/UNIDATA/auxiliary/GraphemeBreakTest.txt
|
|
|
|
-
|