aboutsummaryrefslogtreecommitdiff
path: root/src/testing/Makefile.am
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-08-24 10:57:03 +0200
committert3sserakt <t3ss@posteo.de>2021-08-24 10:57:03 +0200
commit00cbe1e8e09fc2ef567f59de5b4dc14c0562c35f (patch)
tree94d7ca47a25dd90e0ba89f23bbe992813545c25f /src/testing/Makefile.am
parenta6fba9c3d6c051def7bfb0550d5ca75d6defa103 (diff)
downloadgnunet-00cbe1e8e09fc2ef567f59de5b4dc14c0562c35f.tar.gz
gnunet-00cbe1e8e09fc2ef567f59de5b4dc14c0562c35f.zip
- added cmds to stop a peer and remove a test environment, used in simple send test case plugin
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 15469a310..c01e9bdbd 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -50,6 +50,7 @@ libgnunettesting_la_SOURCES = \
50 testing_api_cmd_netjail_stop.c \ 50 testing_api_cmd_netjail_stop.c \
51 testing.c testing.h \ 51 testing.c testing.h \
52 testing_api_cmd_system_create.c \ 52 testing_api_cmd_system_create.c \
53 testing_api_cmd_system_destroy.c \
53 testing_api_cmd_batch.c \ 54 testing_api_cmd_batch.c \
54 testing_api_cmd_hello_world.c \ 55 testing_api_cmd_hello_world.c \
55 testing_api_cmd_hello_world_birth.c \ 56 testing_api_cmd_hello_world_birth.c \