X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=98e4b7a9d11b599ab3b4c308f6c3bbfa5b34bf3b;hb=31596bdcae098f8acea695d44c44ee5f646b4c1f;hp=6e747d35a083efc0816e572aa5f0af4db4ad1fc5;hpb=725b07a551ac42b73d3b621e6a9b696cd13f42d0;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index 6e747d3..98e4b7a 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2013 Index Data +## Copyright (C) Index Data check_PROGRAMS = test_ccl test_comstack test_cql2ccl \ test_embed_record test_filepath test_file_glob \ @@ -47,6 +47,7 @@ dist-hook: cp $(srcdir)/marc?.marc $(distdir) cp $(srcdir)/marc?.xml $(distdir) cp $(srcdir)/marc?.json $(distdir) + cp $(srcdir)/marc?.json.marc $(distdir) cp $(srcdir)/*.xml.marc $(distdir) cp $(srcdir)/xml2marc?.xml $(distdir) cp $(srcdir)/tmarc?.xml $(distdir) @@ -56,7 +57,7 @@ dist-hook: test_odrcodec.c test_odrcodec.h: tstodr.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMP) tstodr.asn -LDADD = ../src/libyaz.la +LDADD = ../src/libyaz.la test_icu_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS) test_libstemmer_LDADD = ../src/libyaz_icu.la ../src/libyaz.la $(ICU_LIBS)