From 532e2085deeddd3e94cfbee1ded1e5917aff2b59 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2015 10:21:59 +0200 Subject: Add support for reversing project qualification to string value --- tests/variable/representation/buildfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/variable/representation/buildfile (limited to 'tests/variable/representation/buildfile') diff --git a/tests/variable/representation/buildfile b/tests/variable/representation/buildfile new file mode 100644 index 0000000..22913d5 --- /dev/null +++ b/tests/variable/representation/buildfile @@ -0,0 +1,18 @@ +# Test reversibility of variable representation. +# +val = -L/ +val += -L/foo/ +#val += dir{-L/} + +val += foo%bar +val += foo% +val += %bar +val += foo%{bar} +#val += foo%file{x} + +using cxx +cxx.ext = cxx + +exe{driver}: cxx{driver} +exe{driver}: test.output = test.out +exe{driver}: test.options = $val -- cgit v1.1