summaryrefslogtreecommitdiffstats
path: root/test/Driver/cpath.c
Commit message (Expand)AuthorAgeFilesLines
* test/Driver/cpath.c: Escape a few args that contain %{pathsep}.NAKAMURA Takumi2012-03-251-2/+2
* Try to get cpath.c passing on windows, using lit's new ${pathsep} variable.Nico Weber2012-03-211-5/+2
* test/Driver/cpath.c: Mark this as XFAIL:mingw32,win32 for now.NAKAMURA Takumi2012-03-191-0/+3
* Fix a regression where ':' in CPLUS_INCLUDE_PATH and friends would no longer ...Nico Weber2012-03-191-8/+10
* [driver] Fix test case for Windows due to fallout from r141202+r141205.Chad Rosier2011-10-061-2/+2
* Reenable -cxx-isystem for Objective C++, until I come up with a better solutionBenjamin Kramer2011-09-231-2/+2
* Don't test unix path seperators, that will fail on windows.Benjamin Kramer2011-09-221-2/+2
* See if going through env pacifies the windows buildbots.Benjamin Kramer2011-09-221-3/+3
* Add support for CPATH and friends.Benjamin Kramer2011-09-221-0/+20