From b11aaa16d404ce7dc55de6b7338dccbf053a72bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 07:17:29 +0200 Subject: Adjust to new path implementation, use to support reversibility --- tests/test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/test.sh') 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" -- cgit v1.1