summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-12 19:03:43 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-12-12 19:03:43 +0100
commit2c87d9814420dead49a028cd87d9e10051dffbee (patch)
tree7bb11657c9690250e09ce9cc299d2b56b813a9f2
parent2590a994ca1246b0aea67bee2d0a5aac6cb31c8c (diff)
downloadgnutls-2c87d9814420dead49a028cd87d9e10051dffbee.tar.gz
do not build ecore in macosx
-rw-r--r--tests/suite/Makefile.am14
1 files changed, 11 insertions, 3 deletions
diff --git a/tests/suite/Makefile.am b/tests/suite/Makefile.am
index 6004b9c458..370bd9abee 100644
--- a/tests/suite/Makefile.am
+++ b/tests/suite/Makefile.am
@@ -37,7 +37,6 @@ LDADD = ../../lib/libgnutls.la \
$(LTLIBGCRYPT) \
$(LIBSOCKET) $(INET_NTOP_LIB) $(INET_PTON_LIB)
-noinst_LTLIBRARIES = libecore.la
libecore_la_CPPFLAGS = -I$(top_srcdir)/tests/suite/ecore/ \
-I$(top_srcdir)/tests/suite/ecore/src/include \
@@ -81,11 +80,20 @@ nodist_libecore_la_SOURCES = ecore/src/lib/ecore_anim.c \
ecore/src/lib/eina_unicode.c ecore/src/lib/eina_ustrbuf.c \
ecore/src/lib/eina_ustringshare.c ecore/src/lib/eina_value.c
+
+
+nodist_check_SCRIPTS = eagain testsrn testcompat chain invalid-cert testrandom
+
+TESTS = eagain testsrn testcompat chain invalid-cert
+
+if !MACOSX
+noinst_LTLIBRARIES = libecore.la
+
eagain_cli_LDADD = libecore.la -lrt -lm -ldl -lpthread $(LDADD)
nodist_eagain_cli_SOURCES = mini-eagain2.c
noinst_PROGRAMS = eagain-cli
-nodist_check_SCRIPTS = eagain testsrn testcompat chain invalid-cert testrandom
+TESTS += eagain-cli
+endif
-TESTS = eagain testsrn testcompat chain invalid-cert