File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 352
352
Since GCC 14, the libstdc++ testsuite has built-in support for running
353
353
tests with more than one < code class ="option "> -std</ code > , similar to the G++ tests.
354
354
Adding < code class ="code "> set v3_std_list { 11 17 23 }</ code > to
355
- < code class ="filename "> ~/.dejagnurc</ code > or a file named by the
355
+ < code class ="filename "> ~/.dejagnurc</ code > or to a file named by the
356
356
< code class ="envar "> DEJAGNU</ code > environment variable will cause every test to
357
357
be run three times, using a different < code class ="option "> -std</ code > each time.
358
358
Alternatively, a list of standard versions to test with can be specified
359
359
as a comma-separated list in the < code class ="envar "> GLIBCXX_TESTSUITE_STDS</ code >
360
- environment variable.
360
+ environment variable, e.g. < code class ="envar "> GLIBCXX_TESTSUITE_STDS=11,17,23</ code >
361
+ is equivalent to the < code class ="code "> v3_std_list</ code > value above.
361
362
</ p > < p >
362
363
To run the libstdc++ test suite under the
363
364
< a class ="link " href ="debug_mode.html " title ="Chapter 17. Debug Mode "> debug mode</ a > , use
Original file line number Diff line number Diff line change @@ -600,12 +600,13 @@ cat 27_io/objects/char/3_xin.in | a.out</programlisting>
600
600
Since GCC 14, the libstdc++ testsuite has built-in support for running
601
601
tests with more than one <option >-std</option >, similar to the G++ tests.
602
602
Adding <code >set v3_std_list { 11 17 23 }</code > to
603
- <filename >~/.dejagnurc</filename > or a file named by the
603
+ <filename >~/.dejagnurc</filename > or to a file named by the
604
604
<envar >DEJAGNU</envar > environment variable will cause every test to
605
605
be run three times, using a different <option >-std</option > each time.
606
606
Alternatively, a list of standard versions to test with can be specified
607
607
as a comma-separated list in the <envar >GLIBCXX_TESTSUITE_STDS</envar >
608
- environment variable.
608
+ environment variable, e.g. <envar >GLIBCXX_TESTSUITE_STDS=11,17,23</envar >
609
+ is equivalent to the <code >v3_std_list</code > value above.
609
610
</para >
610
611
611
612
<para >
You can’t perform that action at this time.
0 commit comments