Skip to content

Commit

Permalink
Improve test suit - bash and coreutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Frky committed Jun 1, 2017
1 parent 8126e58 commit 2081bc6
Show file tree
Hide file tree
Showing 75 changed files with 36,926 additions and 2,733 deletions.
Binary file removed src/shell/chart/.chart.py.swo
Binary file not shown.
91 changes: 91 additions & 0 deletions test/bash.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
bash_1:
args: "test/input/bash/example_1.sh"
bin: "test/bin/bash/bash_1"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_2:
args: "test/input/bash/example_2.sh"
bin: "test/bin/bash/bash_2"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_3:
args: "test/input/bash/example_3.sh"
bin: "test/bin/bash/bash_3"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_4:
args: "test/input/bash/example_4.sh Hans"
bin: "test/bin/bash/bash_4"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_5:
args: "test/input/bash/example_5.sh test/input/poc.pdf test/tmp/poc.pdf"
bin: "test/bin/bash/bash_5"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
post: "rm test/tmp/poc.pdf"
bash_6:
args: "test/input/bash/example_6.sh mais ou est donc or ni car"
bin: "test/bin/bash/bash_6"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_7:
args: "test/input/bash/example_7.sh mais ou est donc or ni car"
bin: "test/bin/bash/bash_7"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_8:
args: "test/input/bash/example_8.sh mais ou est donc or ni car"
bin: "test/bin/bash/bash_8"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_9:
args: "test/input/bash/example_9.sh scat cat aristocats"
bin: "test/bin/bash/bash_9"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_10:
args: "test/input/bash/example_10.sh"
bin: "test/bin/bash/bash_10"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_11:
args: "test/input/bash/example_11.sh test/input/bash/example_11.sh"
bin: "test/bin/bash/bash_11"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_12:
args: "test/input/bash/example_12.sh test/input/bash/example_12.sh"
bin: "test/bin/bash/bash_12"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_13:
args: "test/input/bash/example_13.sh" # test/input/bash/example_13.sh"
bin: "test/bin/bash/bash_13"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_14:
args: "test/input/bash/example_14.sh test/input/bash/*.sh"
bin: "test/bin/bash/bash_14"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_15:
args: "test/input/bash/example_15.sh test/input/src/"
bin: "test/bin/bash/bash_15"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_16:
args: "test/input/bash/example_16.sh test/input/src/"
bin: "test/bin/bash/bash_16"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
bash_17:
args: "test/input/bash/example_17.sh test/input/bash/*.sh"
bin: "test/bin/bash/bash_17"
data: "test/data/bash.data"
deps: "test/data/bash.deps"
# bash_18:
# args: "test/input/bash/example_18.sh test/input/bash/*.sh"
# bin: "test/bin/bash/bash_18"
# data: "test/data/bash.data"
# deps: "test/data/bash.deps"
Binary file added test/bin/bash/bash
Binary file not shown.
Binary file added test/bin/bash/bash_1
Binary file not shown.
Binary file added test/bin/bash/bash_10
Binary file not shown.
Binary file added test/bin/bash/bash_11
Binary file not shown.
Binary file added test/bin/bash/bash_12
Binary file not shown.
Binary file added test/bin/bash/bash_13
Binary file not shown.
Binary file added test/bin/bash/bash_14
Binary file not shown.
Binary file added test/bin/bash/bash_15
Binary file not shown.
Binary file added test/bin/bash/bash_16
Binary file not shown.
Binary file added test/bin/bash/bash_17
Binary file not shown.
Binary file added test/bin/bash/bash_18
Binary file not shown.
Binary file added test/bin/bash/bash_2
Binary file not shown.
Binary file added test/bin/bash/bash_3
Binary file not shown.
Binary file added test/bin/bash/bash_4
Binary file not shown.
Binary file added test/bin/bash/bash_5
Binary file not shown.
Binary file added test/bin/bash/bash_6
Binary file not shown.
Binary file added test/bin/bash/bash_7
Binary file not shown.
Binary file added test/bin/bash/bash_8
Binary file not shown.
Binary file added test/bin/bash/bash_9
Binary file not shown.
55 changes: 0 additions & 55 deletions test/bin/dcgen

This file was deleted.

57 changes: 0 additions & 57 deletions test/bin/du-tests

This file was deleted.

9 changes: 0 additions & 9 deletions test/bin/test_alloc.sh

This file was deleted.

Loading

0 comments on commit 2081bc6

Please sign in to comment.