test_all.sh 438 B

1234567891011121314
  1. #*********************************************************************
  2. # Blosc - Blocked Shuffling and Compression Library
  3. #
  4. # Unit tests for basic features in Blosc.
  5. #
  6. # Creation date: 2010-06-07
  7. # Author: Francesc Alted <francesc@blosc.org>
  8. #
  9. # See LICENSES/BLOSC.txt for details about copyright and rights to use.
  10. #**********************************************************************
  11. for exe in $(ls *.exe); do
  12. ./$exe
  13. done