diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-03-01 19:34:34 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-03-01 19:34:34 +0000 |
commit | 046133b894043df0d33a70e3ae21145645d82498 (patch) | |
tree | bf0a5fa2ce09edbeddbba3617cdda4b08477e283 /contrib | |
parent | 4b763a0a146c60462b8f18021c986f35dcb34041 (diff) |
-actually run the test
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 |
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' check_PROGRAMS = \ test_gnunet_prefix +TESTS = $(check_PROGRAMS) + test_gnunet_prefix_SOURCES = \ test_gnunet_prefix.c |