aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-07-22 17:03:02 +0200
committert3sserakt <t3ss@posteo.de>2021-07-22 17:03:02 +0200
commit6b2c5a92fbc3a57c42fc9fb38c4705ecb7afb328 (patch)
tree7e63539ec546952490bb9f8711ea431d2ae52ac7 /src/testing/Makefile.am
parentf6f5f6367599cff9ec014c2950359dffa052404d (diff)
downloadgnunet-6b2c5a92fbc3a57c42fc9fb38c4705ecb7afb328.tar.gz
gnunet-6b2c5a92fbc3a57c42fc9fb38c4705ecb7afb328.zip
- added first testcase cmd code for sending a simple testmessage
Diffstat (limited to 'src/testing/Makefile.am')
-rw-r--r--src/testing/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 95fc5c805..868e3fcec 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -16,6 +16,7 @@ lib_LTLIBRARIES = \
16 16
17libgnunettesting_la_SOURCES = \ 17libgnunettesting_la_SOURCES = \
18 testing.c \ 18 testing.c \
19 testing_api_cmd_system_create.c \
19 testing_api_cmd_batch.c \ 20 testing_api_cmd_batch.c \
20 testing_api_cmd_hello_world.c \ 21 testing_api_cmd_hello_world.c \
21 testing_api_cmd_hello_world_birth.c \ 22 testing_api_cmd_hello_world_birth.c \