fix meson playTests.sh

This commit is contained in:
Yann Collet
2020-05-21 15:17:22 -07:00
parent a63810e2ac
commit 26b21e481f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ if host_machine_os != os_windows
test('test-zstd',
playTests_sh,
args: ZSTDRTTEST,
env: ['ZSTD=' + zstd.full_path()],
env: ['ZSTD_BIN=' + zstd.full_path(), 'DATAGEN_BIN=./datagen'],
depends: [datagen],
workdir: meson.current_build_dir(),
timeout: 2800) # Timeout should work on HDD drive