diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-22 20:06:01 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-06-26 13:46:57 +0300 |
commit | f65377448e74fc7e575e4df258fb0a48a09e39cc (patch) | |
tree | 1339f77be0b16a46c5e7d500feec037021bfb3d8 /unit-tests/test/script/parser/buildfile | |
parent | e755de789e146beea66bf6a4b55685034502df41 (diff) |
Add support for $path_search() and $path_match()
Diffstat (limited to 'unit-tests/test/script/parser/buildfile')
-rw-r--r-- | unit-tests/test/script/parser/buildfile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/unit-tests/test/script/parser/buildfile b/unit-tests/test/script/parser/buildfile index 5ca2d0b..634120c 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -6,11 +6,11 @@ # import libs = libbutl%lib{butl} 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 functions-target-triplet config/{utility init operation module} \ -dump types-parsers test/{target script/{token lexer parser regex script}} \ -scheduler spec +scope prerequisite file module operation rule b-options algorithm search \ +filesystem function functions-builtin functions-filesystem functions-path \ +functions-process-path functions-string functions-target-triplet \ +config/{utility init operation module} dump types-parsers \ +test/{target script/{token lexer parser regex script}} scheduler spec exe{driver}: cxx{driver} ../../../../build2/cxx{$src} ../../../../build2/liba{b} $libs \ test{cleanup command-if command-re-parse description directive exit \ |