From f51c187432a2b2a5845142e6b662e81303b2ea94 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 22 Nov 2012 06:35:44 -0800 Subject: Imported Upstream version 0.2.4 --- src/tests/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/tests/Makefile.am (limited to 'src/tests/Makefile.am') diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am new file mode 100644 index 0000000..30c817a --- /dev/null +++ b/src/tests/Makefile.am @@ -0,0 +1,24 @@ +## Process this file with automake to produce Makefile.in + +AM_CFLAGS = -Wall -pedantic + +INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/src/ctxdata + +REMIX_LIBS = ../ctxdata/libctxdata.la ../libremix/libremix.la -ldl + +# Test programs + +TESTS_ENVIRONMENT = $(VALGRIND_ENVIRONMENT) + +test: check + +TESTS = noop sndfiletest + +noinst_PROGRAMS = $(TESTS) +noinst_HEADERS = tests.h + +noop_SOURCES = noop.c +noop_LDADD = $(REMIX_LIBS) + +sndfiletest_SOURCES = sndfiletest.c +sndfiletest_LDADD = $(REMIX_LIBS) @SNDFILE_LIBS@ -- cgit v1.2.3