aboutsummaryrefslogtreecommitdiff
path: root/src/arm/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-08 07:52:45 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-08 07:52:45 +0000
commit8eaf1e0ab2e3784c3ddd8c923e2bde7987bb12e0 (patch)
tree3cb05df6bfb059b7f4a7cf82c0bd8493469d847a /src/arm/Makefile.am
parenta1c355ddb246a875bf5f576d2c200e86351d3abe (diff)
downloadgnunet-8eaf1e0ab2e3784c3ddd8c923e2bde7987bb12e0.tar.gz
gnunet-8eaf1e0ab2e3784c3ddd8c923e2bde7987bb12e0.zip
-cleaning up arm test
Diffstat (limited to 'src/arm/Makefile.am')
-rw-r--r--src/arm/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 035681ba6..76aec40b6 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -58,7 +58,7 @@ mockup_service_SOURCES = \
58check_PROGRAMS = \ 58check_PROGRAMS = \
59 test_arm_api \ 59 test_arm_api \
60 test_exponential_backoff \ 60 test_exponential_backoff \
61 test_gnunet_service_manager 61 test_gnunet_service_arm
62 62
63check_SCRIPTS = \ 63check_SCRIPTS = \
64 test_gnunet_arm.py 64 test_gnunet_arm.py
@@ -79,9 +79,9 @@ test_exponential_backoff_LDADD = \
79 $(top_builddir)/src/arm/libgnunetarm.la \ 79 $(top_builddir)/src/arm/libgnunetarm.la \
80 $(top_builddir)/src/util/libgnunetutil.la 80 $(top_builddir)/src/util/libgnunetutil.la
81 81
82test_gnunet_service_manager_SOURCES = \ 82test_gnunet_service_arm_SOURCES = \
83 test_gnunet_service_manager.c 83 test_gnunet_service_arm.c
84 test_gnunet_service_manager_LDADD = \ 84 test_gnunet_service_arm_LDADD = \
85 $(top_builddir)/src/arm/libgnunetarm.la \ 85 $(top_builddir)/src/arm/libgnunetarm.la \
86 $(top_builddir)/src/util/libgnunetutil.la 86 $(top_builddir)/src/util/libgnunetutil.la
87 87