Skip to content

Commit 855d012

Browse files
committed
CI Use -include-std cppfront option for pure regression tests
1 parent d67f729 commit 855d012

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

regression-tests/run-tests.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,8 @@ for test_file in $tests; do
282282
# Using naming convention to discriminate pure Cpp2 code
283283
if [[ $test_name == "pure2"* ]]; then
284284
descr="pure Cpp2 code"
285-
opt="-p"
285+
# NB the -include-std option is added temporarily until modules are more stable
286+
opt="-p -include-std"
286287
fi
287288
echo " Testing $descr: $test_name.cpp2"
288289

0 commit comments

Comments
 (0)