aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:01:07 +0200
committerMartin Schanzenbach <schanzen@gnunet.org>2023-10-18 14:01:07 +0200
commitcc90a65e1a562889778d748c129bff2920e3dd21 (patch)
treee7571f96719cebf325e5490a85c865c10efbe536 /src/nse
parent00407f6a36880fda570604cf4e64858bb08a025b (diff)
downloadgnunet-cc90a65e1a562889778d748c129bff2920e3dd21.tar.gz
gnunet-cc90a65e1a562889778d748c129bff2920e3dd21.zip
BUILD: Move testing to lib
Diffstat (limited to 'src/nse')
-rw-r--r--src/nse/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/Makefile.am b/src/nse/Makefile.am
index a6f2b8b36..d028ba19d 100644
--- a/src/nse/Makefile.am
+++ b/src/nse/Makefile.am
@@ -46,7 +46,7 @@ libexec_PROGRAMS = \
46# libgnunetnse.la \ 46# libgnunetnse.la \
47# $(top_builddir)/src/lib/util/libgnunetutil.la \ 47# $(top_builddir)/src/lib/util/libgnunetutil.la \
48# $(top_builddir)/src/statistics/libgnunetstatistics.la \ 48# $(top_builddir)/src/statistics/libgnunetstatistics.la \
49# $(top_builddir)/src/testing/libgnunettesting.la \ 49# $(top_builddir)/src/lib/testing/libgnunettesting.la \
50# $(top_builddir)/src/testbed/libgnunettestbed.la \ 50# $(top_builddir)/src/testbed/libgnunettestbed.la \
51# $(GN_LIBINTL) 51# $(GN_LIBINTL)
52 52
@@ -84,7 +84,7 @@ test_nse_api_SOURCES = \
84 test_nse_api.c 84 test_nse_api.c
85test_nse_api_LDADD = \ 85test_nse_api_LDADD = \
86 libgnunetnse.la \ 86 libgnunetnse.la \
87 $(top_builddir)/src/testing/libgnunettesting.la \ 87 $(top_builddir)/src/lib/testing/libgnunettesting.la \
88 $(top_builddir)/src/lib/util/libgnunetutil.la 88 $(top_builddir)/src/lib/util/libgnunetutil.la
89 89
90test_nse_multipeer_SOURCES = \ 90test_nse_multipeer_SOURCES = \