aboutsummaryrefslogtreecommitdiff
path: root/src/credential/Makefile.am
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-07 15:51:34 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-07 15:51:34 +0100
commitb4925b163d455ade842965ff95c09752ed49d20b (patch)
tree651220174eb5659264cf11abd2c5ec10a1a0f7f4 /src/credential/Makefile.am
parent671f7c5fb4dcb596a2b6d065c2cd5f39be3fb431 (diff)
downloadgnunet-b4925b163d455ade842965ff95c09752ed49d20b.tar.gz
gnunet-b4925b163d455ade842965ff95c09752ed49d20b.zip
- fix test
Diffstat (limited to 'src/credential/Makefile.am')
-rw-r--r--src/credential/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/credential/Makefile.am b/src/credential/Makefile.am
index e85c3cc2d..47204ae26 100644
--- a/src/credential/Makefile.am
+++ b/src/credential/Makefile.am
@@ -103,8 +103,10 @@ libgnunetcredential_la_LDFLAGS = \
103# $(GN_PLUGIN_LDFLAGS) 103# $(GN_PLUGIN_LDFLAGS)
104 104
105 105
106#check_SCRIPTS = \ 106check_SCRIPTS = \
107 #test_gns_lookup.sh 107 test_credential_issue.sh \
108 test_credential_verify_simple.sh \
109 test_credential_verify.sh
108 110
109if ENABLE_TEST_RUN 111if ENABLE_TEST_RUN
110if HAVE_SQLITE 112if HAVE_SQLITE