mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-08 03:39:25 -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
|
||||
|
||||
for format in '' '-g' '-z'; do
|
||||
for ref_impl in '' '-Y' '-Z'; do
|
||||
run_cmd ./benchmark $format $ref_impl $SMOKEDATA
|
||||
for debug_args in '' '-G'; do
|
||||
for format in '' '-g' '-z'; do
|
||||
for ref_impl in '' '-Y' '-Z'; do
|
||||
run_cmd ./benchmark $format $debug_args $ref_impl \
|
||||
$SMOKEDATA
|
||||
done
|
||||
done
|
||||
done
|
||||
for level in 1 3 7 9; do
|
||||
for ref_impl in '' '-Y'; do
|
||||
run_cmd ./benchmark -$level $ref_impl $SMOKEDATA
|
||||
for level in 1 3 7 9; do
|
||||
for ref_impl in '' '-Y'; do
|
||||
run_cmd ./benchmark -$level $debug_args $ref_impl \
|
||||
$SMOKEDATA
|
||||
done
|
||||
done
|
||||
done
|
||||
for level in 1 3 7 9 12; do
|
||||
for ref_impl in '' '-Z'; do
|
||||
run_cmd ./benchmark -$level $ref_impl $SMOKEDATA
|
||||
for level in 1 3 7 9 12; do
|
||||
for ref_impl in '' '-Z'; do
|
||||
run_cmd ./benchmark -$level $debug_args $ref_impl \
|
||||
$SMOKEDATA
|
||||
done
|
||||
done
|
||||
done
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user