From d25f1b4026d5c2c195592daf092377eccfd2d71a Mon Sep 17 00:00:00 2001 From: xrs Date: Fri, 16 Nov 2018 18:21:56 +0100 Subject: put old psyc test in place --- src/psyc/Makefile.am | 26 +++++++++++++------------- 1 file 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) if HAVE_TESTING -#check_PROGRAMS = \ +check_PROGRAMS = \ + test_psyc # test_psyc2 -# test_psyc endif if ENABLE_TEST_RUN @@ -58,20 +58,20 @@ AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PAT TESTS = $(check_PROGRAMS) endif -#test_psyc_SOURCES = \ -# test_psyc.c -#test_psyc_LDADD = \ -# libgnunetpsyc.la \ -# $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ -# $(top_builddir)/src/testing/libgnunettesting.la \ -# $(top_builddir)/src/util/libgnunetutil.la -test_psyc2_SOURCES = \ - test_psyc2.c -test_psyc2_LDADD = \ +test_psyc_SOURCES = \ + test_psyc.c +test_psyc_LDADD = \ libgnunetpsyc.la \ $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ - $(top_builddir)/src/testbed/libgnunettestbed.la \ + $(top_builddir)/src/testing/libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la +#test_psyc2_SOURCES = \ +# test_psyc2.c +#test_psyc2_LDADD = \ +# libgnunetpsyc.la \ +# $(top_builddir)/src/psycutil/libgnunetpsycutil.la \ +# $(top_builddir)/src/testbed/libgnunettestbed.la \ +# $(top_builddir)/src/util/libgnunetutil.la EXTRA_DIST = \ test_psyc.conf -- cgit v1.2.3