aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-01 17:29:59 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-01 17:29:59 +0000
commit97a8a1d497ef954ea1c929208fd2a362df5ec6cb (patch)
tree8f1894eff2e9f0961a2e6cfc887670dcd6fcb0dd /src
parent88dd25332f857f13724442b7d60980a44fae6350 (diff)
downloadgnunet-97a8a1d497ef954ea1c929208fd2a362df5ec6cb.tar.gz
gnunet-97a8a1d497ef954ea1c929208fd2a362df5ec6cb.zip
only run tests if they are enabled
Diffstat (limited to 'src')
-rw-r--r--src/my/Makefile.am3
-rw-r--r--src/pq/Makefile.am3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/my/Makefile.am b/src/my/Makefile.am
index 9103be38e..959085c5f 100644
--- a/src/my/Makefile.am
+++ b/src/my/Makefile.am
@@ -25,8 +25,10 @@ libgnunetmy_la_LDFLAGS = \
25 $(GN_LIB_LDFLAGS) \ 25 $(GN_LIB_LDFLAGS) \
26 -version-info 0:0:0 26 -version-info 0:0:0
27 27
28if ENABLE_TEST_RUN
28TESTS = \ 29TESTS = \
29 test_my 30 test_my
31endif
30 32
31check_PROGRAMS= \ 33check_PROGRAMS= \
32 test_my 34 test_my
@@ -38,4 +40,3 @@ test_my_LDADD = \
38 $(top_builddir)/src/mysql/libgnunetmysql.la \ 40 $(top_builddir)/src/mysql/libgnunetmysql.la \
39 $(top_builddir)/src/util/libgnunetutil.la \ 41 $(top_builddir)/src/util/libgnunetutil.la \
40 -lmysqlclient $(XLIB) 42 -lmysqlclient $(XLIB)
41
diff --git a/src/pq/Makefile.am b/src/pq/Makefile.am
index 66f57838e..8bb0a0132 100644
--- a/src/pq/Makefile.am
+++ b/src/pq/Makefile.am
@@ -24,9 +24,10 @@ libgnunetpq_la_LDFLAGS = \
24 $(GN_LIB_LDFLAGS) \ 24 $(GN_LIB_LDFLAGS) \
25 -version-info 0:0:0 25 -version-info 0:0:0
26 26
27 27if ENABLE_TEST_RUN
28TESTS = \ 28TESTS = \
29 test_pq 29 test_pq
30endif
30 31
31check_PROGRAMS= \ 32check_PROGRAMS= \
32 test_pq 33 test_pq