summaryrefslogtreecommitdiffstats
path: root/test/CXX/CXXVERSION.py
Commit message (Collapse)AuthorAgeFilesLines
* Stop calling os.system in tests.Mats Wichmann2020-02-071-5/+3
| | | | | | | This converts the remaining tests that called os.system themselves to use subprocess instead. Signed-off-by: Mats Wichmann <mats@linux.com>
* Use print() function to fix py2/3Craig Rodrigues2017-03-101-4/+5
|
* Fixed or skipped tests that fail on Windows.Gary Oberbrunner2014-08-221-0/+2
| | | | | Mostly just per-test changes, but also made match_re strip out CR (\r) chars at end of lines to make Windows match properly.
* Add tests for scons.tigris.org issue#1723.Michael Haubenwallner2014-05-151-0/+81
Ensure CCVERSION/CXXVERSION detected actually is from CC/CXX used.