114 lines
1.5 KiB
Makefile
114 lines
1.5 KiB
Makefile
TESTS = \
|
|
basealt2.test \
|
|
basealt.test \
|
|
base.test \
|
|
conv.test \
|
|
unicode.test \
|
|
alt.test \
|
|
alt2.test \
|
|
alt3.test \
|
|
alt4.test \
|
|
alt5.test \
|
|
alt6.test \
|
|
compound.test \
|
|
compound2.test \
|
|
compound3.test \
|
|
compound4.test \
|
|
settings.test \
|
|
settings2.test \
|
|
settings3.test \
|
|
settings4.test \
|
|
lhmin.test \
|
|
lig.test
|
|
|
|
distclean-local:
|
|
-rm -rf testSubDir
|
|
|
|
EXTRA_DIST = \
|
|
test.sh \
|
|
alt2.hyph \
|
|
alt2.pat \
|
|
alt2.word \
|
|
alt3.hyph \
|
|
alt3.pat \
|
|
alt3.word \
|
|
alt4.hyph \
|
|
alt4.pat \
|
|
alt4.word \
|
|
alt5.hyph \
|
|
alt5.pat \
|
|
alt5.word \
|
|
alt6.hyph \
|
|
alt6.pat \
|
|
alt6.word \
|
|
alt.hyph \
|
|
alt.pat \
|
|
alt.word \
|
|
basealt2.hyph \
|
|
basealt2.pat \
|
|
basealt2.word \
|
|
basealt.hyph \
|
|
basealt.pat \
|
|
basealt.word \
|
|
base.hyph \
|
|
base.pat \
|
|
base.word \
|
|
conv.dic \
|
|
conv.hyph \
|
|
conv.pat \
|
|
conv.word \
|
|
unicode.hyph \
|
|
unicode.pat \
|
|
unicode.word \
|
|
compound.hyph \
|
|
compound.pat \
|
|
compound.word \
|
|
compound2.hyph \
|
|
compound2.pat \
|
|
compound2.word \
|
|
compound3.hyph \
|
|
compound3.pat \
|
|
compound3.word \
|
|
compound4.hyph \
|
|
compound4.pat \
|
|
compound4.word \
|
|
settings.hyph \
|
|
settings.pat \
|
|
settings.word \
|
|
settings2.hyph \
|
|
settings2.pat \
|
|
settings2.word \
|
|
settings3.hyph \
|
|
settings3.pat \
|
|
settings3.word \
|
|
settings4.hyph \
|
|
settings4.pat \
|
|
settings4.word \
|
|
alt2.test \
|
|
alt3.test \
|
|
alt4.test \
|
|
alt5.test \
|
|
alt6.test \
|
|
alt.test \
|
|
basealt2.test \
|
|
basealt.test \
|
|
base.test \
|
|
conv.test \
|
|
unicode.test \
|
|
compound.test \
|
|
compound2.test \
|
|
compound3.test \
|
|
compound4.test \
|
|
settings.test \
|
|
settings2.test \
|
|
settings3.test \
|
|
settings4.test \
|
|
lhmin.hyph \
|
|
lhmin.pat \
|
|
lhmin.word \
|
|
lhmin.test \
|
|
lig.hyph \
|
|
lig.pat \
|
|
lig.test \
|
|
lig.word
|