aboutsummaryrefslogtreecommitdiff
path: root/tests/cc/modules/common.testscript
AgeCommit message (Collapse)AuthorFilesLines
2020-11-30Start adapting module mapper to latest GCC protocolBoris Kolpackov1-0/+6
2020-07-16Save original compiler path/mode in {c,cxx}.config.path/modeBoris Kolpackov1-1/+1
It turns out that when propagating {c,cxx}.config in tests we don't want to propagate any options (such as *.std) that have been folded into our project's mode.
2020-06-24Stop forcing modules support in testsBoris Kolpackov1-15/+0
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-05Disable C++ modules tests for Clang 9Boris Kolpackov1-0/+8
See the following post for details: http://lists.llvm.org/pipermail/cfe-dev/2019-October/063637.html
2019-10-18Use $quote() for quoting config.cxx option value in testscriptsKaren Arutyunov1-1/+1
2019-10-16Quote config.{c,cxx} paths when passing to testsBoris Kolpackov1-1/+1
Without this Windows directory separators are treated as escapes.
2019-06-07Complete and normalize paths in cxx.importable_headersBoris Kolpackov1-3/+5
Also add more header unit include/import tests.
2019-04-30Initial take on header unit and include translation supportBoris Kolpackov1-0/+49