From a550f7863bff0792c8972609869d409b77efc1dd Mon Sep 17 00:00:00 2001 From: t3sserakt Date: Mon, 15 Mar 2021 10:45:45 +0100 Subject: - added hello world test with command style --- src/testing/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testing/Makefile.am') diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index f7aa1f896..33cf62ce7 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -74,9 +74,9 @@ TESTS = \ test_testing_servicestartup endif -test_testing_helloworld_SOURCES = \ - test_testing_hello_world -test_testing_portreservation_LDADD = \ +test_testing_hello_world_SOURCES = \ + test_testing_hello_world.c +test_testing_hello_world_LDADD = \ libgnunettesting.la \ $(top_builddir)/src/util/libgnunetutil.la -- cgit v1.2.3