X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=705925910049bc55faa7e4e1a25f77a76dcbb245;hb=2cfc0533b65410ab8462eb819fb4d70f6038c8fa;hp=205e1893ff87bc6aaae8b6639ef870df9cffe33c;hpb=76b209145568a179bb21a8d43db003ffe605b6d5;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index 205e189..7059259 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,10 +1,10 @@ ## Copyright (C) 1994-2006, Index Data ApS ## All rights reserved. -## $Id: Makefile.am,v 1.18 2006-05-04 20:00:45 adam Exp $ +## $Id: Makefile.am,v 1.19 2006-06-08 10:26:10 adam Exp $ check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \ tstsoap1 tstsoap2 tstodrstack tstlogthread tstxmlquery tstpquery nfatest1 \ - tst_filepath tst_record_conv tst_retrieval + tst_filepath tst_record_conv tst_retrieval tst_tpath check_SCRIPTS = tstcql.sh tstmarciso.sh tstmarcxml.sh TESTS = $(check_PROGRAMS) $(check_SCRIPTS) @@ -54,3 +54,4 @@ nfatest1_SOURCES = nfatest1.c tst_filepath_SOURCES = tst_filepath.c tst_record_conv_SOURCES = tst_record_conv.c tst_retrieval_SOURCES = tst_retrieval.c +tst_tpath_SOURCES = tst_tpath.c