Add demo files

This commit is contained in:
Théophile Bastian 2019-10-15 13:08:33 +02:00
parent fe242b9ac6
commit 5ecaeca632
3 changed files with 11 additions and 0 deletions

2
demo/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
dwarf-synthesis
tests/data*

9
demo/Makefile Normal file
View File

@ -0,0 +1,9 @@
all:
@>&2 echo "Please provide an explicit target"
@exit 1
tests/data:
dd if=/dev/urandom of="$@" bs=512K count=4
clean:
rm -f tests/data.gz tests/gzip.synth

BIN
demo/tests/gzip Executable file

Binary file not shown.