aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-03-01 19:34:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-03-01 19:34:34 +0000
commit046133b894043df0d33a70e3ae21145645d82498 (patch)
treebf0a5fa2ce09edbeddbba3617cdda4b08477e283 /contrib/Makefile.am
parent4b763a0a146c60462b8f18021c986f35dcb34041 (diff)
downloadgnunet-046133b894043df0d33a70e3ae21145645d82498.tar.gz
gnunet-046133b894043df0d33a70e3ae21145645d82498.zip
-actually run the test
Diffstat (limited to 'contrib/Makefile.am')
-rw-r--r--contrib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index e28769623..bb113126e 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -53,6 +53,8 @@ do_subst = $(SED) -e 's,[@]PYTHON[@],$(PYTHON),g'
53check_PROGRAMS = \ 53check_PROGRAMS = \
54 test_gnunet_prefix 54 test_gnunet_prefix
55 55
56TESTS = $(check_PROGRAMS)
57
56test_gnunet_prefix_SOURCES = \ 58test_gnunet_prefix_SOURCES = \
57 test_gnunet_prefix.c 59 test_gnunet_prefix.c
58 60