In case the system valgrind is not functioning properly, allow the test
suite to run without using the tool by setting SKIP_VALGRIND=1 for `make
check`.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
The remaining test files need to be distributed in order to run the test
suite, and export abs_builddir to the test script to point to the
binaries.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
Some distros do not ship the coreutils 'realpath', so use 'readlink -f'
instead, which is equivalent for the usage here.
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>