diff libgaim/tests/Makefile.am @ 15041:ba149ceb20b7

[gaim-migrate @ 17823] baby steps: 4 unit tests for libgaim to run these, you'll need check (http://check.sf.net/) 0.9.4 or later installed they run when you run 'make check' committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Sun, 26 Nov 2006 22:03:23 +0000
parents
children edd78a0c6698
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libgaim/tests/Makefile.am	Sun Nov 26 22:03:23 2006 +0000
@@ -0,0 +1,7 @@
+if HAVE_CHECK
+TESTS = check_libgaim
+check_PROGRAMS = check_libgaim
+check_libgaim_SOURCES = check_libgaim.c $(top_builddir)/libgaim/gaim.h
+check_libgaim_CFLAGS = @CHECK_CFLAGS@ $(GLIB_CFLAGS)
+check_libgaim_LDADD = @CHECK_LIBS@ $(GLIB_LIBS) $(top_builddir)/libgaim/libgaim.la
+endif