6817991464
The previous CMake version did not run any tests, the current version tries to run all tests (I could not await their completion), and the last GNU Make version ran `make -C tests shortest` which ran only playTests.sh, so I've enabled only the playTests test.
19 lines
584 B
Diff
19 lines
584 B
Diff
--- a/tests/playTests.sh
|
|
+++ b/tests/playTests.sh
|
|
@@ -109,5 +109,2 @@ esac
|
|
case "$UNAME" in
|
|
- Darwin) MD5SUM="md5 -r" ;;
|
|
- FreeBSD) MD5SUM="gmd5sum" ;;
|
|
- OpenBSD) MD5SUM="md5" ;;
|
|
*) MD5SUM="md5sum" ;;
|
|
@@ -116,5 +113,2 @@ esac
|
|
MTIME="stat -c %Y"
|
|
-case "$UNAME" in
|
|
- Darwin | FreeBSD | OpenBSD) MTIME="stat -f %m" ;;
|
|
-esac
|
|
|
|
@@ -752,3 +746,2 @@ zstd -d --rm dirTestDict/*.zst -D tmpDictC # note : use internal checksum by de
|
|
case "$UNAME" in
|
|
- Darwin) println "md5sum -c not supported on OS-X : test skipped" ;; # not compatible with OS-X's md5
|
|
*) $MD5SUM -c tmph1 ;;
|