diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-08 18:51:22 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-16 18:49:26 +0300 |
commit | 67b63f91f2668ec65e1791ecfeb24a53c389f1ec (patch) | |
tree | f55bd231491a0417592fe98f415c1b5c06f4dadc /unit-tests/test/script/parser/buildfile | |
parent | 2af491cc4ad0ae4064f2e858c83ed485613adafa (diff) |
Add line_regex
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 ad32494..db75a4f 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -11,7 +11,7 @@ src = token lexer parser diagnostics utility variable name context target \ scope prerequisite file module operation rule b-options algorithm search \ filesystem function functions-builtin functions-path functions-process-path \ functions-string config/{utility init operation} dump types-parsers \ -test/{target script/{token lexer parser script}} \ +test/{target script/{token lexer parser regex script}} \ scheduler exe{driver}: cxx{driver} ../../../../build2/cxx{$src} $libs \ |