Init.
This commit is contained in:
commit
a70defc85f
7 changed files with 83 additions and 0 deletions
1
test/.gitignore
vendored
Normal file
1
test/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/wdir
|
1
test/case/a
Normal file
1
test/case/a
Normal file
|
@ -0,0 +1 @@
|
|||
arbre
|
1
test/case/b
Normal file
1
test/case/b
Normal file
|
@ -0,0 +1 @@
|
|||
barbier
|
17
test/run
Executable file
17
test/run
Executable file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/bash
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
set -e
|
||||
|
||||
|
||||
|
||||
rm -fr wdir
|
||||
mkdir wdir wdir/in wdir/out
|
||||
cp -r case wdir/in/
|
||||
|
||||
|
||||
cd wdir/in
|
||||
../../../compress.py case
|
||||
cp case.cprmt ../out/
|
||||
|
||||
cd ../out
|
||||
../../../decompr.py case.cprmt
|
Loading…
Add table
Add a link
Reference in a new issue