Added stylesheet for parsing OPAC records and extracting circ information
[pazpar2-moved-to-github.git] / src / Makefile.am
index d027124..81dbe02 100644 (file)
@@ -4,8 +4,6 @@ sbin_PROGRAMS = pazpar2
 
 check_PROGRAMS = test_config \
       test_record \
-      test_reclists \
-      test_relevance \
       test_sel_thread \
       test_normalize
 
@@ -40,12 +38,6 @@ test_config_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)