git subrepo pull (merge) --force deps/libchdr
[pcsx_rearmed.git] / deps / libchdr / deps / zstd-1.5.5 / tests / cli-tests / dict-builder / empty-input.sh
diff --git a/deps/libchdr/deps/zstd-1.5.5/tests/cli-tests/dict-builder/empty-input.sh b/deps/libchdr/deps/zstd-1.5.5/tests/cli-tests/dict-builder/empty-input.sh
new file mode 100755 (executable)
index 0000000..b500bfe
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+set -e
+for i in $(seq 50); do
+    datagen -s$i > file$i
+done
+touch empty
+
+set -v
+zstd -q --train empty file*