X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;fp=test%2FMakefile.am;h=3dcb5d3b1d06c36ddc834329d2908622285aac55;hp=478f6f83e57216ed76a0b46d4da6f802e422fbec;hb=e47569dbfbafa2ff798e0fe3ad5a32f26f3fc972;hpb=23d1547f65851be2000c717bbddf32b380e2900e diff --git a/test/Makefile.am b/test/Makefile.am index 478f6f8..3dcb5d3 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,8 @@ ## This file is part of the YAZ toolkit. ## Copyright (C) 1995-2011 Index Data -check_PROGRAMS = test_xmalloc test_iconv test_nmem test_matchstr test_wrbuf \ +check_PROGRAMS = test_cql2ccl \ + test_xmalloc test_iconv test_nmem test_matchstr test_wrbuf \ test_odr test_ccl test_log test_mutex \ test_soap1 test_soap2 test_solr test_odrstack test_log_thread \ test_xmlquery test_pquery \ @@ -57,6 +58,7 @@ test_libstemmer_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS) CONFIG_CLEAN_FILES=*.log +test_cql2ccl_SOURCES = test_cql2ccl.c test_xmalloc_SOURCES = test_xmalloc.c test_iconv_SOURCES = test_iconv.c test_nmem_SOURCES = test_nmem.c