X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;h=705925910049bc55faa7e4e1a25f77a76dcbb245;hp=205e1893ff87bc6aaae8b6639ef870df9cffe33c;hb=6f3861dbfb754ceffb8587c64e7631ae6ca3b650;hpb=acbea5b1df81001dc8c0e1eb75386796dde425b3 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