Add demo files
This commit is contained in:
parent
fe242b9ac6
commit
5ecaeca632
3 changed files with 11 additions and 0 deletions
2
demo/.gitignore
vendored
Normal file
2
demo/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
dwarf-synthesis
|
||||||
|
tests/data*
|
9
demo/Makefile
Normal file
9
demo/Makefile
Normal 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
BIN
demo/tests/gzip
Executable file
Binary file not shown.
Loading…
Reference in a new issue