diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-10 09:12:47 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-10 09:12:47 +0200 |
commit | 1b86963946082e10e879283fad51ba7ce4e942e2 (patch) | |
tree | d0c3dc12900336665a9f5c781bc37aee9b5fefae /tests/parser/buildfile | |
parent | 1e61471d480575d069f96b858e4b46f43ba0530f (diff) |
Add support for chunking name parsing
Diffstat (limited to 'tests/parser/buildfile')
-rw-r--r-- | tests/parser/buildfile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/parser/buildfile b/tests/parser/buildfile index 5cbcaca..c3eda28 100644 --- a/tests/parser/buildfile +++ b/tests/parser/buildfile @@ -2,5 +2,8 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -exe{driver}: cxx{driver ../../../build/{lexer parser scope target native \ - prerequisite context diagnostics utility path timestamp}} +import libs = libbutl%lib{butl} + +exe{driver}: cxx{driver ../../build/{token lexer parser scope target \ + prerequisite variable operation rule search algorithm file module dump \ + context diagnostics name path-io utility}} $libs |