aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2018-11-16 18:21:56 +0100
committerxrs <xrs@mail36.net>2018-11-16 18:21:56 +0100
commitd25f1b4026d5c2c195592daf092377eccfd2d71a (patch)
tree8666e30ef5ab112203b1c7b6a0586d2b5b5cdcd3 /src/psyc
parentcf4870390de2ff9ef4befc12aeb67aba538af385 (diff)
downloadgnunet-d25f1b4026d5c2c195592daf092377eccfd2d71a.tar.gz
gnunet-d25f1b4026d5c2c195592daf092377eccfd2d71a.zip
put old psyc test in place
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/Makefile.am26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/psyc/Makefile.am b/src/psyc/Makefile.am
index d5c797f52..511e3e3f7 100644
--- a/src/psyc/Makefile.am
+++ b/src/psyc/Makefile.am
@@ -48,9 +48,9 @@ gnunet_service_psyc_CFLAGS = $(AM_CFLAGS)
48 48
49 49
50if HAVE_TESTING 50if HAVE_TESTING
51#check_PROGRAMS = \ 51check_PROGRAMS = \
52 test_psyc
52# test_psyc2 53# test_psyc2
53# test_psyc
54endif 54endif
55 55
56if ENABLE_TEST_RUN 56if ENABLE_TEST_RUN
@@ -58,20 +58,20 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT
58TESTS = $(check_PROGRAMS) 58TESTS = $(check_PROGRAMS)
59endif 59endif
60 60
61#test_psyc_SOURCES = \ 61test_psyc_SOURCES = \
62# test_psyc.c 62 test_psyc.c
63#test_psyc_LDADD = \ 63test_psyc_LDADD = \
64# libgnunetpsyc.la \
65# $(top_builddir)/src/psycutil/libgnunetpsycutil.la \
66# $(top_builddir)/src/testing/libgnunettesting.la \
67# $(top_builddir)/src/util/libgnunetutil.la
68test_psyc2_SOURCES = \
69 test_psyc2.c
70test_psyc2_LDADD = \
71 libgnunetpsyc.la \ 64 libgnunetpsyc.la \
72 $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ 65 $(top_builddir)/src/psycutil/libgnunetpsycutil.la \
73 $(top_builddir)/src/testbed/libgnunettestbed.la \ 66 $(top_builddir)/src/testing/libgnunettesting.la \
74 $(top_builddir)/src/util/libgnunetutil.la 67 $(top_builddir)/src/util/libgnunetutil.la
68#test_psyc2_SOURCES = \
69# test_psyc2.c
70#test_psyc2_LDADD = \
71# libgnunetpsyc.la \
72# $(top_builddir)/src/psycutil/libgnunetpsycutil.la \
73# $(top_builddir)/src/testbed/libgnunettestbed.la \
74# $(top_builddir)/src/util/libgnunetutil.la
75 75
76EXTRA_DIST = \ 76EXTRA_DIST = \
77 test_psyc.conf 77 test_psyc.conf