aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
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/Makefile.am
parent00407f6a36880fda570604cf4e64858bb08a025b (diff)
downloadgnunet-cc90a65e1a562889778d748c129bff2920e3dd21.tar.gz
gnunet-cc90a65e1a562889778d748c129bff2920e3dd21.zip
BUILD: Move testing to lib
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 317caef67..41180c509 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,5 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2 2
3TESTING = testing
4
5if HAVE_EXPERIMENTAL 3if HAVE_EXPERIMENTAL
6 EXP_DIR = \ 4 EXP_DIR = \
7 rps \ 5 rps \
@@ -29,7 +27,6 @@ SUBDIRS = \
29 cli \ 27 cli \
30 statistics \ 28 statistics \
31 arm \ 29 arm \
32 $(TESTING) \
33 $(REST_DIR) \ 30 $(REST_DIR) \
34 datacache \ 31 datacache \
35 datastore \ 32 datastore \