diff options
author | danglassey <danglassey> | 2002-09-14 13:01:00 +0000 |
---|---|---|
committer | danglassey <danglassey> | 2002-09-14 13:01:00 +0000 |
commit | b5292d1d6c301302e234a465e362af9fcc557a46 (patch) | |
tree | 92a11b6fbdbfff69acaf948d323cb9044f75f65e /tests/Makefile.am | |
parent | 9919bea78943c7a800ad5296e4f0874fea259eef (diff) | |
download | sword-sf-cvs-b5292d1d6c301302e234a465e362af9fcc557a46.tar.gz |
sync with crosswire 20020914-1300
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bcbc03c..4cf7a44 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -5,7 +5,7 @@ LDADD = -L$(top_builddir)/lib -lsword noinst_PROGRAMS = keytest mgrtest parsekey listtest casttest modtest \ compnone complzss localetest keycast introtest indextest configtest \ -romantest testblocks filtertest lextest swaptest genbooktest treeidxtest +romantest testblocks filtertest rawldidxtest lextest swaptest genbooktest treeidxtest if ICU ICUPROG = icutest translittest tlitmgrtest @@ -52,6 +52,7 @@ romantest_SOURCES = romantest.cpp testblocks_SOURCES = testblocks.cpp filtertest_SOURCES = filtertest.cpp lextest_SOURCES = lextest.cpp +rawldidxtest_SOURCES = rawldidxtest.cpp swaptest_SOURCES = swaptest.cpp treeidxtest_SOURCES = treeidxtest.cpp genbooktest_SOURCES = genbooktest.cpp |