diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-16 10:37:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-03-16 18:15:18 +0200 |
commit | f57ec74251b31cc532dc095801c1da17a7d8e0ac (patch) | |
tree | 16891832c41ab1946213001a76451dcd4dff770e /unit-tests/test/script/parser | |
parent | ece4003beebd23082a5fd7a324de40c5572161d1 (diff) |
Add ability for meta-operation to preprocess buildspec
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 85668c9..1c06ad2 100644 --- a/unit-tests/test/script/parser/buildfile +++ b/unit-tests/test/script/parser/buildfile @@ -10,7 +10,7 @@ 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} \ dump types-parsers test/{target script/{token lexer parser regex script}} \ -scheduler +scheduler spec exe{driver}: cxx{driver} ../../../../build2/cxx{$src} ../../../../build2/liba{b} $libs \ test{cleanup command-if command-re-parse description directive exit \ |