aboutsummaryrefslogtreecommitdiff
path: root/src/jsonapi/Makefile.am
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-03 09:33:01 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-05-03 09:33:01 +0000
commit1f79562434de77d978eb87477a9b967023bf50f6 (patch)
treec48f3c928e16d16f6c2844b01f00a9f4fdbd925f /src/jsonapi/Makefile.am
parent0cdac9e1cfdc299666cc5b89a43e5148bbcd2d2c (diff)
downloadgnunet-1f79562434de77d978eb87477a9b967023bf50f6.tar.gz
gnunet-1f79562434de77d978eb87477a9b967023bf50f6.zip
- add jsonapi tests
Diffstat (limited to 'src/jsonapi/Makefile.am')
-rw-r--r--src/jsonapi/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/jsonapi/Makefile.am b/src/jsonapi/Makefile.am
index 1d3fcc760..8a702440d 100644
--- a/src/jsonapi/Makefile.am
+++ b/src/jsonapi/Makefile.am
@@ -20,15 +20,15 @@ libgnunetjsonapi_la_LIBADD = \
20 -ljansson \ 20 -ljansson \
21 $(XLIB) 21 $(XLIB)
22 22
23#check_PROGRAMS = \ 23check_PROGRAMS = \
24# test_json 24 test_jsonapi
25 25
26#TESTS = \ 26TESTS = \
27# $(check_PROGRAMS) 27 $(check_PROGRAMS)
28 28
29#test_json_SOURCES = \ 29test_jsonapi_SOURCES = \
30# test_json.c 30 test_jsonapi.c
31#test_json_LDADD = \ 31test_jsonapi_LDADD = \
32# libgnunetjson.la \ 32 libgnunetjsonapi.la \
33# $(top_builddir)/src/util/libgnunetutil.la \ 33 $(top_builddir)/src/util/libgnunetutil.la \
34# -ljansson 34 -ljansson