diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-10 10:45:33 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-10 10:45:33 +0000 |
commit | ee91a515e6cdeada507490743278871e02197fb9 (patch) | |
tree | a33e5983ab6c8b0e35c1055cb7503ec4fac90041 /src/dv | |
parent | 6ca5d49cadc0dedbae6dc91983324eaa44e5c153 (diff) |
adding configure code for --enable-benchmarks, --enable-expensive-tests, some clean up
git-svn-id: https://gnunet.org/svn/gnunet@15521 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/dv')
-rw-r--r-- | src/dv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dv/Makefile.am b/src/dv/Makefile.am index 9e7d9c4e47..d505e31c41 100644 --- a/src/dv/Makefile.am +++ b/src/dv/Makefile.am @@ -58,7 +58,7 @@ check_PROGRAMS = \ test_transport_api_dv # test_dv_topology -if !DISABLE_TEST_RUN +if ENABLE_TEST_RUN TESTS = $(check_PROGRAMS) $(check_SCRIPTS) endif |