Files
UnrealEngine/Engine/Source/ThirdParty/Blosc/c-blosc-1.21.0/tests/test_all.sh
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

15 lines
438 B
Bash

#*********************************************************************
# Blosc - Blocked Shuffling and Compression Library
#
# Unit tests for basic features in Blosc.
#
# Creation date: 2010-06-07
# Author: Francesc Alted <francesc@blosc.org>
#
# See LICENSES/BLOSC.txt for details about copyright and rights to use.
#**********************************************************************
for exe in $(ls *.exe); do
./$exe
done