summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ArchiveFileDescriptor/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* No point in having a "#if 0"ed unittest.Rafael Espindola2013-12-191-8/+0
| | | | | | | It is also not clear what the value of the test was. The API is used from existing tools and can (and is) tested with lit. llvm-svn: 197654
* ArchiveFileDescriptorTests: Fix CMake build. Each unit test is expected to ↵NAKAMURA Takumi2013-12-191-1/+1
| | | | | | have suffix "*Tests" for lit gtest runner to seek one. llvm-svn: 197636
* ArchiveFileDescriptorTests: Resurrect part of r197600, but make it ↵NAKAMURA Takumi2013-12-191-0/+8
| | | | | | | | invalidated, to appease buildbots. Please revert this several hours later ;) llvm-svn: 197635
* Revert r197600 while I sort out why it's failing on Windows.Owen Anderson2013-12-181-8/+0
| | | | llvm-svn: 197602
* Add a unit test for loading an object file via a file descriptor. Patch by ↵Owen Anderson2013-12-181-0/+8
Pete Cooper. llvm-svn: 197600
OpenPOWER on IntegriCloud