[CI] Hook cli-tests up to CI
Add cli-tests to `make test`. This adds a `python3` dependency to `make test`, but not `make check`. We could make this dependency optional by skipping the tests if `python3` is not present.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
set -v
|
||||
zstd --train
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
+ zstd --train
|
||||
zstd --train
|
||||
! Warning : nb of samples too low for proper processing !
|
||||
! Please provide _one file per sample_.
|
||||
! Alternatively, split files into fixed-size blocks representative of samples, with -B#
|
||||
Reference in New Issue
Block a user