diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-16 15:32:00 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-16 15:32:00 +0200 |
commit | 47751abc43dab40e0ac4a1523994fd533e6a3b22 (patch) | |
tree | bb61a346538ddb6945e8aff4c3919ce002c55a89 /tests/build/parser/buildfile | |
parent | c106259517d7693ea8e24564bc890fe575d5edcd (diff) |
Add support for directory prefixes
For example:
cxx{driver ../{foo bar}}
cxx{driver} ../cxx{foo bar}
Diffstat (limited to 'tests/build/parser/buildfile')
-rw-r--r-- | tests/build/parser/buildfile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/build/parser/buildfile b/tests/build/parser/buildfile new file mode 100644 index 0000000..2672a02 --- /dev/null +++ b/tests/build/parser/buildfile @@ -0,0 +1,2 @@ +exe{driver}: cxx{driver ../../../build/{lexer parser scope target native \ + prerequisite context diagnostics trace utility path timestamp}} |