mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-09 20:29:26 -04:00
exec_tests.sh: test both with and without guard pages
This commit is contained in:
parent
cfa0f0515d
commit
8e63368b8e
@ -11,19 +11,24 @@ run_cmd() {
|
|||||||
|
|
||||||
run_cmd ./test_checksums
|
run_cmd ./test_checksums
|
||||||
|
|
||||||
for format in '' '-g' '-z'; do
|
for debug_args in '' '-G'; do
|
||||||
for ref_impl in '' '-Y' '-Z'; do
|
for format in '' '-g' '-z'; do
|
||||||
run_cmd ./benchmark $format $ref_impl $SMOKEDATA
|
for ref_impl in '' '-Y' '-Z'; do
|
||||||
|
run_cmd ./benchmark $format $debug_args $ref_impl \
|
||||||
|
$SMOKEDATA
|
||||||
|
done
|
||||||
done
|
done
|
||||||
done
|
for level in 1 3 7 9; do
|
||||||
for level in 1 3 7 9; do
|
for ref_impl in '' '-Y'; do
|
||||||
for ref_impl in '' '-Y'; do
|
run_cmd ./benchmark -$level $debug_args $ref_impl \
|
||||||
run_cmd ./benchmark -$level $ref_impl $SMOKEDATA
|
$SMOKEDATA
|
||||||
|
done
|
||||||
done
|
done
|
||||||
done
|
for level in 1 3 7 9 12; do
|
||||||
for level in 1 3 7 9 12; do
|
for ref_impl in '' '-Z'; do
|
||||||
for ref_impl in '' '-Z'; do
|
run_cmd ./benchmark -$level $debug_args $ref_impl \
|
||||||
run_cmd ./benchmark -$level $ref_impl $SMOKEDATA
|
$SMOKEDATA
|
||||||
|
done
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user