diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-26 07:32:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-11-30 13:03:07 +0200 |
commit | c0303569afe979f3965228835ac902dce2e940c2 (patch) | |
tree | bb4796b61d74fae286d0a8d328968a503c2bade6 /tests/cc/modules/headers.testscript | |
parent | 7801dc763e50fcecc8a370f78fe33b5e86e1c8a3 (diff) |
Start adapting module mapper to latest GCC protocol
Diffstat (limited to 'tests/cc/modules/headers.testscript')
-rw-r--r-- | tests/cc/modules/headers.testscript | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cc/modules/headers.testscript b/tests/cc/modules/headers.testscript index dacb6f0..6fc2ba7 100644 --- a/tests/cc/modules/headers.testscript +++ b/tests/cc/modules/headers.testscript @@ -120,6 +120,9 @@ $* test clean config.cxx.translatable_headers="$~/core.hxx" <<EOI EOI } +# @@ TODO +# +#\ : generated : ln -s ../core.hxx.in ./; @@ -164,6 +167,7 @@ $* 'test:' ./@$out/remapped/ \ hxx{core}: in{core} EOI rm -rf $out +#\ # Clean module sidebuilds. # |