diff options
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/ |