diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-26 22:23:43 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-27 19:23:16 +0300 |
commit | 9a3a8d1915c8a3666984d6603606af856dfd8c41 (patch) | |
tree | 387af88de60f908ce248ae215b722f5a907564b9 /unit-tests/cc/parser/buildfile | |
parent | f65377448e74fc7e575e4df258fb0a48a09e39cc (diff) |
Add support for regex function family
Diffstat (limited to 'unit-tests/cc/parser/buildfile')
-rw-r--r-- | unit-tests/cc/parser/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/cc/parser/buildfile b/unit-tests/cc/parser/buildfile index bb1ad53..59ef4fa 100644 --- a/unit-tests/cc/parser/buildfile +++ b/unit-tests/cc/parser/buildfile @@ -8,7 +8,7 @@ import libs = libbutl%lib{butl} src = cc/{lexer parser} token lexer diagnostics utility variable name \ b-options types-parsers context scope parser target operation rule \ prerequisite file module function functions-builtin functions-filesystem \ -functions-path functions-process-path functions-string \ +functions-path functions-process-path functions-regex functions-string \ functions-target-triplet algorithm search dump filesystem scheduler \ config/{utility init operation module} spec |