aboutsummaryrefslogtreecommitdiff
path: root/src/pq/Makefile.am
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/pq/Makefile.am
parent88dd25332f857f13724442b7d60980a44fae6350 (diff)
downloadgnunet-97a8a1d497ef954ea1c929208fd2a362df5ec6cb.tar.gz
gnunet-97a8a1d497ef954ea1c929208fd2a362df5ec6cb.zip
only run tests if they are enabled
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r--src/pq/Makefile.am3
1 files changed, 2 insertions, 1 deletions
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