tests/Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sun, 25 Feb 2007 00:13:01 +0100
changeset 252 6aefcc6153f4
parent 171 118ca6c4520e
child 397 5e2ad0e0704a
permissions -rw-r--r--
Release 1.2.1

SUBDIRS = parser-tests

TESTS =                                       \
	test-objects                          \
	test-parser

test_objects_SOURCES =                        \
	test-objects.c                        \
	test-objects.h

test_parser_SOURCES =                         \
	test-parser.c

if HAVE_CHECK
noinst_PROGRAMS = $(TESTS)
endif

AM_CPPFLAGS =                                 \
	-I.                                   \
	-I$(top_srcdir)                       \
	-DLM_COMPILATION                      \
	-DRUNTIME_ENDIAN                      \
	$(LOUDMOUTH_CFLAGS)                   \
	-DPARSER_TEST_DIR="\"$(top_srcdir)/tests/parser-tests\""  \
	@CHECK_CFLAGS@

LIBS =                                        \
	$(LOUDMOUTH_LIBS)                     \
	@CHECK_LIBS@                          \
	$(top_builddir)/loudmouth/libloudmouth-1.la