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/lexer | |
parent | f65377448e74fc7e575e4df258fb0a48a09e39cc (diff) |
Add support for regex function family
Diffstat (limited to 'unit-tests/cc/lexer')
-rw-r--r-- | unit-tests/cc/lexer/buildfile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/unit-tests/cc/lexer/buildfile b/unit-tests/cc/lexer/buildfile index 3152e77..53adc33 100644 --- a/unit-tests/cc/lexer/buildfile +++ b/unit-tests/cc/lexer/buildfile @@ -5,11 +5,12 @@ #@@ Temporary until we get utility library support. # import libs = libbutl%lib{butl} -src = cc/lexer token lexer diagnostics utility variable name b-options \ +src = cc/lexer 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-target-triplet algorithm \ -search dump filesystem scheduler config/{utility init operation module} spec +module function functions-builtin functions-filesystem functions-path \ +functions-process-path functions-regex functions-string \ +functions-target-triplet algorithm search dump filesystem scheduler \ +config/{utility init operation module} spec exe{driver}: cxx{driver} ../../../build2/cxx{$src} ../../../build2/liba{b} \ $libs test{*} |