X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Farm%2FMakefile.am;h=92c0fdc34a5e756110c5139b557aeefae9861d3e;hb=96df23b5f90ca2cbbd322eb05a544518075243aa;hp=0f6ef423701a95838796e2a4ca8954c5dc6f3e7e;hpb=4ef94875c1e50499513fd50f6a0feee479a07812;p=oweals%2Fgnunet.git diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am index 0f6ef4237..92c0fdc34 100644 --- a/src/arm/Makefile.am +++ b/src/arm/Makefile.am @@ -34,7 +34,8 @@ gnunet_arm_LDADD = \ $(GN_LIBINTL) gnunet_service_arm_SOURCES = \ - gnunet-service-arm.c + gnunet-service-arm.c gnunet_service_arm_.h \ + gnunet-service-manager.c gnunet_service_arm_LDADD = \ $(top_builddir)/src/util/libgnunetutil.la \ $(GN_LIBINTL) @@ -48,13 +49,13 @@ mockup_service_SOURCES = \ check_PROGRAMS = \ test_arm_api \ - test_exponential_backoff + test_exponential_backoff \ + test_gnunet_service_manager check_SCRIPTS = \ test_gnunet_arm.sh -TESTS = $(check_PROGRAMS) -#$(check_SCRIPTS) +TESTS = $(check_PROGRAMS) $(check_SCRIPTS) test_arm_api_SOURCES = \ test_arm_api.c @@ -68,6 +69,13 @@ test_exponential_backoff_LDADD = \ $(top_builddir)/src/arm/libgnunetarm.la \ $(top_builddir)/src/util/libgnunetutil.la +test_gnunet_service_manager_SOURCES = \ + test_gnunet_service_manager.c + test_gnunet_service_manager_LDADD = \ + $(top_builddir)/src/arm/libgnunetarm.la \ + $(top_builddir)/src/util/libgnunetutil.la + EXTRA_DIST = \ test_arm_api_data.conf \ - do_start_process.c + do_start_process.c \ + $(check_SCRIPTS)