[sword-cvs] sword/tests Makefile.am,1.17,1.18

sword@www.crosswire.org sword@www.crosswire.org
Fri, 9 Apr 2004 10:39:32 -0700


Update of /cvs/core/sword/tests
In directory www:/tmp/cvs-serv24050/tests

Modified Files:
	Makefile.am 
Log Message:

dglassey: initial work on multi-versification versekey


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/tests/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile.am	8 Apr 2004 22:52:09 -0000	1.17
+++ Makefile.am	9 Apr 2004 17:39:29 -0000	1.18
@@ -6,7 +6,7 @@
 noinst_PROGRAMS = keytest mgrtest parsekey listtest casttest modtest \
 compnone complzss localetest introtest indextest configtest keycast \
 romantest testblocks filtertest rawldidxtest lextest swaptest genbooktest treeidxtest \
-swbuftest xmltest webiftest outputcps
+swbuftest xmltest webiftest
 
 if ICU
 ICUPROG = icutest translittest tlitmgrtest
@@ -60,7 +60,10 @@
 swbuftest_SOURCES = swbuftest.cpp
 webiftest_SOURCES = webiftest.cpp
 xmltest_SOURCES = xmltest.cpp
-outputcps_SOURCES = outputcps.cpp
+
+#You have to make some parts of versekey.h public to 
+#get outputcps to work
+#outputcps_SOURCES = outputcps.cpp
 
 EXTRA_DIST = 
 include bcppmake/Makefile.am