[sword-cvs] sword/tests Makefile.am,1.13,1.14
sword@www.crosswire.org
sword@www.crosswire.org
Tue, 8 Jul 2003 01:08:44 -0700
Update of /usr/local/cvsroot/sword/tests
In directory www:/tmp/cvs-serv16558/tests
Modified Files:
Makefile.am
Log Message:
dglassey: link tests and utils to the lib you have just built and don't compile keycast because it is broken
other tests are broken (no OptionsList or ListString) so they need to be fixed or not compiled as well`
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/sword/tests/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Makefile.am 1 Jun 2003 14:32:09 -0000 1.13
--- Makefile.am 8 Jul 2003 08:08:42 -0000 1.14
***************
*** 1,12 ****
AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I $(top_srcdir)/include
! LDADD = -L$(top_builddir)/lib -lsword
noinst_PROGRAMS = keytest mgrtest parsekey listtest casttest modtest \
! compnone complzss localetest keycast introtest indextest configtest \
romantest testblocks filtertest rawldidxtest lextest swaptest genbooktest treeidxtest \
swbuftest xmltest webiftest
if ICU
ICUPROG = icutest translittest tlitmgrtest
--- 1,15 ----
AUTOMAKE_OPTIONS = 1.6
INCLUDES = -I $(top_srcdir)/include
! #LDADD = -L$(top_builddir)/lib -lsword
! LDADD = $(top_builddir)/lib/libsword.la
noinst_PROGRAMS = keytest mgrtest parsekey listtest casttest modtest \
! compnone complzss localetest introtest indextest configtest \
romantest testblocks filtertest rawldidxtest lextest swaptest genbooktest treeidxtest \
swbuftest xmltest webiftest
+ #keycast deprecated as it uses OptionsList which doesn't exist any more
+
if ICU
ICUPROG = icutest translittest tlitmgrtest
***************
*** 46,50 ****
complzss_SOURCES = complzss.cpp
localetest_SOURCES = localetest.cpp
! keycast_SOURCES = keycast.cpp
introtest_SOURCES = introtest.cpp
indextest_SOURCES = indextest.cpp
--- 49,53 ----
complzss_SOURCES = complzss.cpp
localetest_SOURCES = localetest.cpp
! #keycast_SOURCES = keycast.cpp
introtest_SOURCES = introtest.cpp
indextest_SOURCES = indextest.cpp