tests/Makefile.am
author hallski <hallski>
Mon, 20 Mar 2006 14:19:13 +0000
changeset 131 f67d47083e3a
child 170 bba590bac876
permissions -rw-r--r--
2006-03-20 Mikael Hallendal <micke@imendio.com> * Makefile.am: * acinclude.m4: * configure.in: * tests/.cvsignore: * tests/Makefile.am: * tests/test-objects.[ch]: - Started to add support for the Check unit test framework.

TESTS =                                       \
	test-objects

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

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