]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
update gzip tests
authorPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 28 Feb 2017 08:41:23 +0000 (09:41 +0100)
committerPrzemyslaw Skibinski <inikep@gmail.com>
Tue, 28 Feb 2017 08:41:23 +0000 (09:41 +0100)
tests/gzip/Makefile
tests/gzip/gzip-env.sh

index ee993934a89ef7f45427dd811cf00acc526b02a9..b02fb693f329bbf581afe6b6854fed2a93269db6 100644 (file)
@@ -12,7 +12,10 @@ VOID   = /dev/null
 export PATH := .:$(PATH)
 
 .PHONY: all
-all: test-gzip-env test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix 
+#all: test-gzip-env 
+all: test-helin-segv test-hufts test-keep test-list test-memcpy-abuse test-mixed
+all: test-null-suffix-clobber test-stdin test-trailing-nul test-unpack-invalid
+all: test-zdiff test-zgrep-context test-zgrep-f test-zgrep-signal test-znew-k test-z-suffix
        @echo Testing completed
 
 .PHONY: zstd
@@ -35,7 +38,7 @@ clean:
 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU FreeBSD DragonFly NetBSD))
 
 test-%: zstd
-       @./test-driver.sh --test-name $* --log-file $*.log --trs-file $*.trs --expect-failure "no" --color-tests "yes" --enable-hard-errors "yes" ./$*.sh 
+       @./test-driver.sh --test-name $* --log-file $*.log --trs-file $*.trs --expect-failure "no" --color-tests "yes" --enable-hard-errors "yes" ./$*.sh
        # || echo ignoring error
 
 endif
index f15a8d476a3644268242142c85243633a268974c..120e52d78d495da5982e60523823b15e885bbe51 100755 (executable)
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 # limit so don't run it by default.
 
-echo XXX=$PATH
-gzip --version
-
 . "${srcdir=.}/init.sh"; path_prepend_ .
 
-echo XXX=$PATH
-gzip --version
+#echo PATH=$PATH
+#gzip --version
 
 echo a >exp || framework_failure_
 gzip <exp >in || framework_failure_