diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-10-21 17:07:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-04 09:26:34 +0200 |
commit | d9b26553b67e87dd45b652dd91eaac782fdf91f9 (patch) | |
tree | a42f2e8d4d6bf2e6232861b57d262d2cf8cc0a33 /unit-tests/test/script/parser/buildfile | |
parent | a36a5042a35ddf5e8e32dd351168d9e71cd761f2 (diff) |
Add support for testscript scope id, working directory
Diffstat (limited to 'unit-tests/test/script/parser/buildfile')
-rw-r--r-- | unit-tests/test/script/parser/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile index af602b1..a6be1f6 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -11,6 +11,6 @@ filesystem config/{utility init operation} dump types-parsers \ test/{target script/{token lexer parser script}} exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs \ -test{pre-parse expansion here-document command-re-parse} +test{pre-parse expansion here-document command-re-parse scope} include ../../../../build2/ |