Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bastien Durel
rand
Commits
22cf5a2f
Verified
Commit
22cf5a2f
authored
Jul 26, 2019
by
Bastien Durel
Browse files
do not hide compression, only ignore errors
parent
e008d96f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
22cf5a2f
...
...
@@ -15,10 +15,10 @@ fclean: clean
test
:
rand
./rand |
dd
of
=
/dev/null
bs
=
1M
count
=
1000
./rand |
dd
of
=
test.bin
bs
=
1M
count
=
10
@
gzip
-9
< test.bin
>
test.gz
-
gzip
-9
< test.bin
>
test.gz
./checksize test.bin test.gz
@
bzip2
-9
< test.bin
>
test.bz
-
bzip2
-9
< test.bin
>
test.bz
./checksize test.bin test.bz
@
xz
-9
< test.bin
>
test.xz
-
xz
-9
< test.bin
>
test.xz
./checksize test.bin test.xz
rm
-f
$(TESTFILES)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment