Added small test of codec speed
[idzebra-moved-to-github.git] / test / codec / Makefile.am
diff --git a/test/codec/Makefile.am b/test/codec/Makefile.am
new file mode 100644 (file)
index 0000000..2c5d3f0
--- /dev/null
@@ -0,0 +1,11 @@
+# $Id: Makefile.am,v 1.1 2004-06-09 12:13:03 adam Exp $
+
+TESTS = tstcodec
+
+tstcodec_SOURCES = tstcodec.c
+
+noinst_PROGRAMS = tstcodec
+
+AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
+
+LDADD = ../../index/libzebra.a $(YAZLIB) $(TCL_LIB)