mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 12:58:30 -04:00
tools/run_tests.sh: run checksum benchmarks
This commit is contained in:
parent
2f4315c21c
commit
5f3afad793
@ -164,6 +164,13 @@ native_tests() {
|
|||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
checksum_benchmarks() {
|
||||||
|
test_group_included checksum_benchmarks || return 0
|
||||||
|
./tools/checksum_benchmarks.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
###############################################################################
|
||||||
|
|
||||||
android_build_and_test() {
|
android_build_and_test() {
|
||||||
run_cmd ./tools/android_build.sh --ndkdir="$NDKDIR" "$@"
|
run_cmd ./tools/android_build.sh --ndkdir="$NDKDIR" "$@"
|
||||||
run_cmd adb push "${FILES[@]}" /data/local/tmp/
|
run_cmd adb push "${FILES[@]}" /data/local/tmp/
|
||||||
@ -343,6 +350,7 @@ log " SMOKEDATA=$SMOKEDATA"
|
|||||||
log " NDKDIR=$NDKDIR"
|
log " NDKDIR=$NDKDIR"
|
||||||
|
|
||||||
native_tests
|
native_tests
|
||||||
|
checksum_benchmarks
|
||||||
android_tests
|
android_tests
|
||||||
mips_tests
|
mips_tests
|
||||||
windows_tests
|
windows_tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user