aboutsummaryrefslogtreecommitdiff
path: root/src/arm/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-02 10:27:25 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-02 10:27:25 +0000
commit9b7ad6f345208cae41ec4ebf957528fc43406a84 (patch)
treee305586cb87fde6096a6750bd5481b07886a725d /src/arm/Makefile.am
parent3c89be3fc4488ce13902dd1482c1eb668c1c3b7b (diff)
downloadgnunet-9b7ad6f345208cae41ec4ebf957528fc43406a84.tar.gz
gnunet-9b7ad6f345208cae41ec4ebf957528fc43406a84.zip
add-to-suite
Diffstat (limited to 'src/arm/Makefile.am')
-rw-r--r--src/arm/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/arm/Makefile.am b/src/arm/Makefile.am
index 36161e8a0..8cd9cc0db 100644
--- a/src/arm/Makefile.am
+++ b/src/arm/Makefile.am
@@ -49,11 +49,11 @@ mockup_service_SOURCES = \
49check_PROGRAMS = \ 49check_PROGRAMS = \
50 test_arm_api \ 50 test_arm_api \
51 test_exponential_backoff 51 test_exponential_backoff
52 52
53check_SCRIPTS = \ 53check_SCRIPTS = \
54 test_gnunet_arm.sh 54 test_gnunet_arm.sh
55 55
56TESTS = test_arm_api $(check_SCRIPTS) 56TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
57 57
58test_arm_api_SOURCES = \ 58test_arm_api_SOURCES = \
59 test_arm_api.c 59 test_arm_api.c
@@ -66,7 +66,6 @@ test_exponential_backoff_SOURCES = \
66test_exponential_backoff_LDADD = \ 66test_exponential_backoff_LDADD = \
67 $(top_builddir)/src/arm/libgnunetarm.la \ 67 $(top_builddir)/src/arm/libgnunetarm.la \
68 $(top_builddir)/src/util/libgnunetutil.la 68 $(top_builddir)/src/util/libgnunetutil.la
69 69
70
71EXTRA_DIST = \ 70EXTRA_DIST = \
72 test_arm_api_data.conf 71 test_arm_api_data.conf