diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-06-01 17:29:59 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-06-01 17:29:59 +0000 |
commit | 97a8a1d497ef954ea1c929208fd2a362df5ec6cb (patch) | |
tree | 8f1894eff2e9f0961a2e6cfc887670dcd6fcb0dd /src/pq/Makefile.am | |
parent | 88dd25332f857f13724442b7d60980a44fae6350 (diff) |
only run tests if they are enabled
Diffstat (limited to 'src/pq/Makefile.am')
-rw-r--r-- | src/pq/Makefile.am | 3 |
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 = \ $(GN_LIB_LDFLAGS) \ -version-info 0:0:0 - +if ENABLE_TEST_RUN TESTS = \ test_pq +endif check_PROGRAMS= \ test_pq |