X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=da02fd62316c0dc7e7de8e531de87613ca4e5dd7;hb=f6def128a97444384d6c0939eaa04fb0e931d6df;hp=2723753fb7f0f53956263e83d7110e440c862e75;hpb=6bc9db9f9f6944f86f1337a9a4f1e232678afc7b;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index 2723753..da02fd6 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,7 +6,7 @@ check_PROGRAMS = test_xmalloc test_iconv test_nmem test_matchstr test_wrbuf \ test_soap1 test_soap2 test_odrstack test_log_thread test_xmlquery test_pquery \ test_comstack test_filepath test_record_conv test_retrieval test_tpath \ test_timing test_query_charset test_oid test_icu test_match_glob \ - test_rpn2cql test_json test_xml_include test_file_glob + test_rpn2cql test_json test_xml_include test_file_glob test_shared_ptr check_SCRIPTS = tstmarc.sh tstmarccol.sh tstcql2xcql.sh tstcql2pqf.sh tsticu.sh @@ -48,9 +48,6 @@ test_odrcodec.c test_odrcodec.h: tstodr.asn $(YAZCOMP) LDADD = ../src/libyaz.la test_icu_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS) -test_mutex_LDADD = ../src/libyaz_server.la ../src/libyaz.la $(PTHREAD_LIBS) -AM_CFLAGS = $(PTHREAD_CFLAGS) - CONFIG_CLEAN_FILES=*.log @@ -83,3 +80,4 @@ test_rpn2cql_SOURCES = test_rpn2cql.c test_json_SOURCES = test_json.c test_xml_include_SOURCES = test_xml_include.c test_file_glob_SOURCES = test_file_glob.c +test_shared_ptr_SOURCES = test_shared_ptr.c