tests/Makefile.am
author hallski <hallski>
Fri, 08 Sep 2006 12:29:54 +0000
changeset 170 bba590bac876
parent 131 f67d47083e3a
child 171 118ca6c4520e
permissions -rw-r--r--
2006-09-08 Mikael Hallendal <micke@imendio.com> * tests/Makefile.am: * tests/test-parser.c: - Added, base for parser unit 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                      \
	$(LM_CFLAGS)                          \
	@CHECK_CFLAGS@

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