diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-11 14:44:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-04-30 16:56:08 +0200 |
commit | a14b9bc18431c6aed8441261d28b6ff20bd25935 (patch) | |
tree | ae1f07caef838b5b03fa3f82a2cfccbb62b24ed3 /tests/cc/preprocessed/testscript | |
parent | ca0f9c71be279aee845bf5328ac0af8c02c8849e (diff) |
Initial take on header unit and include translation support
Diffstat (limited to 'tests/cc/preprocessed/testscript')
-rw-r--r-- | tests/cc/preprocessed/testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/cc/preprocessed/testscript b/tests/cc/preprocessed/testscript index 8e36b2d..844e140 100644 --- a/tests/cc/preprocessed/testscript +++ b/tests/cc/preprocessed/testscript @@ -9,10 +9,10 @@ test.arguments = config.cxx="$recall($cxx.path)" update # Trace filter. # -# trace: cxx::compile::extract_(headers|modules): target: .../obje{(test).o...} +# trace: cxx::compile::apply extracting (headers|modules) from: .../obje{(test).o...} # filter = sed -n -e \ - \''s/^trace: cxx::compile_rule::extract_([^:]+): target:[^{]+\{([^.]+).*/\1 \2/p'\' + \''s/^trace: cxx::compile_rule::apply: extracting ([^ ]+) from[^{]+\{([^.]+).*/\1 \2/p'\' +cat <<EOI >=build/root.build cxx.std = latest @@ -98,7 +98,7 @@ $* &test* <<EOI 2>>EOE != 0 cxx.preprocessed = modules exe{test}: cxx{test} EOI - test.cxx: error: modules support not available or not enabled + error: modules support required by cxx{test} EOE : all |