1 When running the tests under gdb or valgrind, use the `libtool'
4 $ ./libtool --mode=execute gdb tests/storage/some_test
6 To run the test suite under valgrind, pass the libtool/valgrind
7 invocation as the LOG_COMPILER variable:
9 $ make check LOG_COMPILER="../libtool --mode=execute \
10 valgrind --leak-check=full --error-exitcode=1"
12 You can select a subset of the tests by adding TESTS="test1 test2 ...".
14 --------------------------------------------------------------------------------
16 Copyright (C) 2013-2020 Roland Lutz
18 Permission is granted to copy, distribute and/or modify this document
19 under the terms of the GNU Free Documentation License, Version 1.2 or
20 any later version published by the Free Software Foundation; with no
21 Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
22 Texts. A copy of the license is included in the ``GNU Free
23 Documentation License'' file as part of this distribution.