diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-16 18:14:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-17 09:37:20 +0200 |
commit | 83f8b6a45fc041586819537ca86be2eb534f79b0 (patch) | |
tree | 863800b9d5bd6a5d76dcdbe107edafca4cbf18fc /unit-tests/test/script/parser | |
parent | f57ec74251b31cc532dc095801c1da17a7d8e0ac (diff) |
Implement create meta-operation
Diffstat (limited to 'unit-tests/test/script/parser')
-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 1c06ad2..5ca2d0b 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -8,7 +8,7 @@ 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} \ +functions-string functions-target-triplet config/{utility init operation module} \ dump types-parsers test/{target script/{token lexer parser regex script}} \ scheduler spec |