aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-10 20:05:52 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-10 20:06:07 +0200
commit7ee114251b2a512153011e5475c7a15ca0b73eb3 (patch)
tree7e8ff9aafec1970495c8ae6e238b68ecca199380
parent03ec948c7615cf364a095a609eac61a109b630ce (diff)
downloadgnunet-7ee114251b2a512153011e5475c7a15ca0b73eb3.tar.gz
gnunet-7ee114251b2a512153011e5475c7a15ca0b73eb3.zip
-add testing.h to make distv0.15.4-alpha.2
-rw-r--r--src/testing/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am
index 2145858c4..e9389a876 100644
--- a/src/testing/Makefile.am
+++ b/src/testing/Makefile.am
@@ -58,7 +58,7 @@ libgnunettesting_la_SOURCES = \
58 testing_api_cmd_netjail_stop_testsystem_v2.c \ 58 testing_api_cmd_netjail_stop_testsystem_v2.c \
59 testing_api_cmd_netjail_stop.c \ 59 testing_api_cmd_netjail_stop.c \
60 testing_api_cmd_netjail_stop_v2.c \ 60 testing_api_cmd_netjail_stop_v2.c \
61 testing.c \ 61 testing.c testing.h \
62 testing_api_cmd_system_create.c \ 62 testing_api_cmd_system_create.c \
63 testing_api_cmd_system_destroy.c \ 63 testing_api_cmd_system_destroy.c \
64 testing_api_cmd_batch.c \ 64 testing_api_cmd_batch.c \