forgotten to commit Makefile.am, which contains instructions for new test_reclists.c
authorMarc Cromme <marc@indexdata.dk>
Wed, 25 Apr 2007 13:14:46 +0000 (13:14 +0000)
committerMarc Cromme <marc@indexdata.dk>
Wed, 25 Apr 2007 13:14:46 +0000 (13:14 +0000)
src/Makefile.am

index a3c24c2..bd15eaf 100644 (file)
@@ -1,7 +1,13 @@
-# $Id: Makefile.am,v 1.15 2007-04-23 21:05:23 adam Exp $
+# $Id: Makefile.am,v 1.16 2007-04-25 13:14:46 marc Exp $
 
 bin_PROGRAMS = pazpar2
-check_PROGRAMS = test_config test_record test_relevance test_sel_thread
+check_PROGRAMS = test_config \
+      test_record \
+      test_reclists \
+      test_relevance \
+      test_sel_thread
+
+
 TESTS = $(check_PROGRAMS)
 
 noinst_LIBRARIES = libpazpar2.a
@@ -27,12 +33,15 @@ pazpar2_LDADD = libpazpar2.a $(YAZLIB)
 test_config_SOURCES = test_config.c
 test_config_LDADD = libpazpar2.a $(YAZLIB)
 
-test_relevance_SOURCES = test_relevance.c
-test_relevance_LDADD = libpazpar2.a $(YAZLIB)
-
 test_record_SOURCES = test_record.c
 test_record_LDADD = libpazpar2.a $(YAZLIB)
 
+test_reclists_SOURCES = test_reclists.c
+test_reclists_LDADD = libpazpar2.a $(YAZLIB)
+
+test_relevance_SOURCES = test_relevance.c
+test_relevance_LDADD = libpazpar2.a $(YAZLIB)
+
 test_sel_thread_SOURCES = test_sel_thread.c
 test_sel_thread_LDADD = libpazpar2.a $(YAZLIB)