diff options
author | Tomek Mrugalski <tomasz@isc.org> | 2017-04-04 18:02:04 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomasz@isc.org> | 2017-04-04 18:02:04 +0200 |
commit | 8c1630fc0569ce82f15c879d69f157475199638f (patch) | |
tree | 8fbc8407db75ff5803786f90615357252dc3c8f1 /tools | |
parent | Ignore files generated for gtest when compiling with --with-gtest-source (diff) | |
download | kea-8c1630fc0569ce82f15c879d69f157475199638f.tar.xz kea-8c1630fc0569ce82f15c879d69f157475199638f.zip |
[master] valgrind script, AUTHORS, ChangeLog updated
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tests_in_valgrind.sh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/tools/tests_in_valgrind.sh b/tools/tests_in_valgrind.sh index f759b43573..115fb8cf06 100755 --- a/tools/tests_in_valgrind.sh +++ b/tools/tests_in_valgrind.sh @@ -1,12 +1,13 @@ #!/bin/sh ########################################### -# This script runs all tests in valgrind. Configure and compile bind the way -# you want it to be tested (you should use --with-gtest, however, or you get -# no tests). Then run this script from the top build directory. +# This script runs all tests in valgrind. Configure and compile kea the way +# you want it to be tested (you should use --with-gtest or --with-gtest-source, +# however, or you get no tests). Then run this script from the top build +# directory. # # Note that the test isn't what you would call "production quality" (it is -# expected to be used by the bind10 developers, not end user) and might break, +# expected to be used by the kea developers, not end user) and might break, # some ways of breaking it are known. # # There are two variables that modify it's behaviour. @@ -21,7 +22,7 @@ make if [ $? = 2 ] ; then - echo "Did you run configure? Or maybe you're running the script from the tools directory? (you need to run it from the top bind10 build directory)" + echo "Did you run configure? Or maybe you're running the script from the tools directory? (you need to run it from the top kea build directory)" exit 1 fi |