aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:49:31 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:49:31 +0800
commit83175a3af973c254cd6eeb954255f6cae0a64239 (patch)
treee12a43e12a4e82d2cb4b445d2ee1d1202fb58505 /tests
parent2c4f7c6b6549f8b95845f1838dd0dc710c9e8304 (diff)
downloadgsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar
gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.gz
gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.bz2
gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.lz
gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.xz
gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.tar.zst
gsoc2013-empathy-83175a3af973c254cd6eeb954255f6cae0a64239.zip
Fix build of tests
svn path=/trunk/; revision=510
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 29ed270ed..f823d4def 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -19,7 +19,6 @@ bin_PROGRAMS = \
contact_manager_SOURCES = contact-manager.c
-if HAVE_CHECK
check_PROGRAMS = check-main
TESTS = check-main
check_main_SOURCES = \
@@ -39,4 +38,3 @@ check_main_CFLAGS = \
@CHECK_CFLAGS@ \
$(AM_CFLAGS)
-endif