aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaxime Devos <maximedevos@telenet.be>2022-09-10 21:05:02 +0200
committerMaxime Devos <maximedevos@telenet.be>2022-09-10 21:05:02 +0200
commit204f416d4f89784142654a66a86a5b8ca75509f3 (patch)
tree5db1ebcc58fbf90ccf25329b7481f0cbb2490a38 /Makefile.am
parent58b0a652339e04b7de6905b594d6fa05d1e11e9d (diff)
downloadgnunet-scheme-204f416d4f89784142654a66a86a5b8ca75509f3.tar.gz
gnunet-scheme-204f416d4f89784142654a66a86a5b8ca75509f3.zip
fs/client: New client code.fs
Doesn't support any operations yet ... * gnu/gnunet/fs/client.scm: New module. * tests/file-sharing.scm: New tests. * Makefile (modules,SCM_TESTS): Register new files.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f2a6bb1..19d547c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,6 +86,8 @@ modules = \
86 gnu/gnunet/dht/network.scm \ 86 gnu/gnunet/dht/network.scm \
87 gnu/gnunet/dht/struct.scm \ 87 gnu/gnunet/dht/struct.scm \
88 \ 88 \
89 gnu/gnunet/fs/client.scm \
90 \
89 gnu/gnunet/util/cmsg.scm \ 91 gnu/gnunet/util/cmsg.scm \
90 gnu/gnunet/util/time.scm \ 92 gnu/gnunet/util/time.scm \
91 gnu/gnunet/icmp/struct.scm \ 93 gnu/gnunet/icmp/struct.scm \
@@ -206,6 +208,7 @@ SCM_TESTS = \
206 tests/cadet.scm \ 208 tests/cadet.scm \
207 tests/crypto.scm \ 209 tests/crypto.scm \
208 tests/distributed-hash-table.scm \ 210 tests/distributed-hash-table.scm \
211 tests/file-sharing.scm \
209 tests/form.scm \ 212 tests/form.scm \
210 tests/lost-and-found.scm \ 213 tests/lost-and-found.scm \
211 tests/netstruct.scm \ 214 tests/netstruct.scm \