mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 15:55:07 -05:00
test: enable valgrind in more tests
This commit is contained in:
@@ -80,7 +80,12 @@ for CC in gcc clang; do
|
|||||||
|
|
||||||
echo
|
echo
|
||||||
pushd test/simulation || exit 1
|
pushd test/simulation || exit 1
|
||||||
CLKNETSIM_RANDOM_SEED=101 ./run -i 1 || exit 1
|
export CLKNETSIM_RANDOM_SEED=101
|
||||||
|
if [ "$arch_opts" = "" -a "$san_options" = "" ]; then
|
||||||
|
CLKNETSIM_CLIENT_WRAPPER=valgrind ./run -i 1 || exit 1
|
||||||
|
else
|
||||||
|
./run -i 1 || exit 1
|
||||||
|
fi
|
||||||
popd
|
popd
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user