diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:39:55 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-07-24 16:39:55 +0200 |
commit | 1d6e68fda762535fa8508f94ca254a79f293edb2 (patch) | |
tree | 7b97edd9f1786cd610c1f41e720d2b105dd87cbc /build/context | |
parent | bb4f9e6498ba715911f83e0dc221a5b1b86baf51 (diff) |
Add support for generated test input/output
Diffstat (limited to 'build/context')
-rw-r--r-- | build/context | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/context b/build/context index ad9c091..c8200b7 100644 --- a/build/context +++ b/build/context @@ -28,7 +28,8 @@ namespace build // Current action (meta/operation). // extern const meta_operation_info* current_mif; - extern const operation_info* current_oif; + extern const operation_info* current_inner_oif; + extern const operation_info* current_outer_oif; extern execution_mode current_mode; |