diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-28 07:17:29 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-28 13:53:22 +0200 |
commit | b11aaa16d404ce7dc55de6b7338dccbf053a72bd (patch) | |
tree | be5a63a170f9de7318e91d79c4784badb8a4488f /tests/test.sh | |
parent | ad7d4bd0722aa70ba634900cebf93a1b1814fed9 (diff) |
Adjust to new path implementation, use to support reversibility
Diffstat (limited to 'tests/test.sh')
-rwxr-xr-x | tests/test.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh index b26dd3b..f29b43a 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -7,7 +7,7 @@ export PATH=$cur_dir/../build2:$PATH function test () { - echo "Testing $1" + echo "testing $1" cd "$cur_dir/$1" ./test.sh } @@ -22,10 +22,12 @@ test "names" test "pairs" test "quote" test "scope" +test "variable/dir-path" test "variable/expansion" test "variable/null" test "variable/override" test "variable/prepend" test "variable/qualified" +test "variable/representation" test "variable/type" test "variable/type-pattern-append" |