diff options
Diffstat (limited to 'tests/cc/modules/common.testscript')
-rw-r--r-- | tests/cc/modules/common.testscript | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cc/modules/common.testscript b/tests/cc/modules/common.testscript index 2fbb9a5..6f09c62 100644 --- a/tests/cc/modules/common.testscript +++ b/tests/cc/modules/common.testscript @@ -13,11 +13,17 @@ EOI +cat <<EOI >=build/root.build using in +using cxx.guess + # Force modules. # cxx.std = experimental cxx.features.symexport = true +# @@ TMP revise +if ($cxx.id == 'gcc') + cxx.features.modules = true + using cxx hxx{*}: extension = hxx |