Test cases for nmem, iconv
[yaz-moved-to-github.git] / util / Makefile.am
index 237aa9c..ce94b0d 100644 (file)
@@ -1,10 +1,10 @@
 ## Copyright (C) 1994-2003, Index Data
 ## All rights reserved.
-## $Id: Makefile.am,v 1.16 2003-02-18 14:28:52 adam Exp $
+## $Id: Makefile.am,v 1.17 2003-04-23 20:34:08 adam Exp $
 
 noinst_LTLIBRARIES = libutil.la
 
-#lib_LTLIBRARIES = libyazthread.la
+TESTS = tsticonv tstnmem
 
 bin_SCRIPTS = yaz-comp
 
@@ -14,11 +14,19 @@ AM_CPPFLAGS=-I$(top_srcdir)/include
 
 noinst_PROGRAMS = marcdump yaziconv
 
+EXTRA_PROGRAMS = tsticonv tstnmem
+
 marcdump_LDADD = libutil.la 
 marcdump_SOURCES = marcdump.c
 
 yaziconv_LDADD = libutil.la 
-yaziconv_SOURCES = siconvtst.c
+yaziconv_SOURCES = yaziconv.c
+
+tsticonv_LDADD = libutil.la
+tsticonv_SOURCES = tsticonv.c
+
+tstnmem_LDADD = libutil.la
+tstnmem_SOURCES = tstnmem.c
 
 marc8.c: charconv.sgm charconv.tcl
        cd $(srcdir); ./charconv.tcl -p marc8 -s 50 charconv.sgm marc8.c