Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The Ada f-e produces various auxiliary output files | Duncan Sands | 2007-07-23 | 1 | -5/+5 |
| | | | | | | | | | | | that cannot be suppressed and cannot be redirected: they are dumped in the current working directory. When running the testsuite this means that these files do not end up in the Output directory. The best solution I could find is to change directory into Output before running tests. llvm-svn: 40437 | ||||
* | For PR1558: | Reid Spencer | 2007-07-17 | 1 | -0/+58 |
Move tests that have C/C++ sources into the appropriate directory. This allows them to be selected for testing based on whether llvm-gcc is present or not. llvm-svn: 39963 |