diff options
Diffstat (limited to 'tests/variable/representation/buildfile')
-rw-r--r-- | tests/variable/representation/buildfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/variable/representation/buildfile b/tests/variable/representation/buildfile index 22913d5..7a2c3f2 100644 --- a/tests/variable/representation/buildfile +++ b/tests/variable/representation/buildfile @@ -2,6 +2,12 @@ # val = -L/ val += -L/foo/ +val += .. +val += ../ +val += / +val += // +val += /// +val += //foo/ #val += dir{-L/} val += foo%bar |