diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-10 16:33:12 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-10 16:33:12 +0200 |
commit | a084c6650036db9f2a8cd69e31492c5dae237793 (patch) | |
tree | ba3e34f6e85ae9e0073476b0dc46956c51039189 /unit-tests/test/script/parser/buildfile | |
parent | f1cbb7c9d5c750366fa1918a53d0682f0633b1d9 (diff) |
Implement scope-if in testscript
Diffstat (limited to 'unit-tests/test/script/parser/buildfile')
-rw-r--r-- | unit-tests/test/script/parser/buildfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile index eab5b36..2ed60ec 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -11,8 +11,8 @@ filesystem config/{utility init operation} dump types-parsers \ test/{target script/{token lexer parser script}} exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs \ -test{cleanup command-re-parse description exit expansion here-document \ - here-string if-else include pipe-expr pre-parse redirect scope \ - setup-teardown} +test{cleanup command-if command-re-parse description exit expansion \ + here-document here-string include pipe-expr pre-parse redirect \ + scope scope-if setup-teardown} include ../../../../build2/ |