diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-08 16:37:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-11-08 16:38:53 +0200 |
commit | f4b2107284329b12f595eba856072b79b824a63f (patch) | |
tree | 0e34fdcd61747adc0cad2c5af5f32d27dab42ae2 /unit-tests/test/script/parser/buildfile | |
parent | 278140ebf2bc97eb72a1e8adb04a40a0a5807d8f (diff) |
Implement testscript command-if
Diffstat (limited to 'unit-tests/test/script/parser/buildfile')
-rw-r--r-- | unit-tests/test/script/parser/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile index f87f7e8..eab5b36 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -12,6 +12,7 @@ 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 include pipe-expr pre-parse redirect scope setup-teardown} + here-string if-else include pipe-expr pre-parse redirect scope \ + setup-teardown} include ../../../../build2/ |