tests/Makefile.am
author Mikael Hallendal <micke@imendio.com>
Sat, 07 Jun 2008 11:21:42 +0200
changeset 398 d81f80894575
parent 397 5e2ad0e0704a
child 524 8835e4566b3a
permissions -rw-r--r--
Fixed Makefiles to support running make test

include $(top_srcdir)/Makefile.decl

SUBDIRS = parser-tests

noinst_PROGRAMS = $(TEST_PROGS)
TEST_PROGS = 

TEST_PROGS += test-parser
test_parser_SOURCES =                         \
	test-parser.c

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

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