test commit redux
[oota-llvm.git] / test / CMakeLists.txt
2011-11-04 Daniel Dunbarbuild/cmake: Change to require Python be available.
2011-11-02 Nick LewyckyI added the first test to run llvm-dwarfdump.
2011-11-02 Daniel Dunbartests: Clean up tests/CMakeLists.txt to drop some varia...
2011-09-27 NAKAMURA Takumitest/CMakeLists.txt: Depend on llvm-objdump. "make...
2011-06-28 NAKAMURA TakumiFix a CMake warning, following up to r134008.
2011-06-28 Andrew Trickcmake: Our MSVC build does not support config-time...
2011-06-23 Andrew Trickcmake+lit: final cleanup related to the recent churn
2011-06-23 Andrew Trickcmake+lit: handle ENABLE_ASSERTIONS feature properly.
2011-06-22 Andrew TrickOnly do config-time substitution of LLVM_BUILD_MODE in
2011-06-16 Andrew TrickAdded LLVM_BUILD_MODE to cmake so that lit supports...
2011-04-12 Oscar FuentesFix compiler command line used by lit.py when working...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2010-12-10 NAKAMURA Takumimacho-dump: Fix CMake build, following up to r121466.
2010-12-10 NAKAMURA TakumiAdd dependency to "make check".
2010-11-29 NAKAMURA Takumitest: Use $SharedLibDir for loadable modules. On Cygmin...
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-11-11 NAKAMURA TakumiCMake: Add the new option "LLVM_LIT_ARGS".
2010-09-24 Michael J. SpencerCMake: Build unittests.
2010-09-24 Michael J. SpencerFix whitespace.
2010-09-17 Oscar Fuentestests/CMakeLists.txt: use `configure_file' instead...
2010-08-30 Michael J. SpencerTest: Fix LLVMC tests on CMake.
2010-06-12 Daniel Dunbartests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
2010-03-10 Tobias GrosserFix make check with cmake/lit
2009-12-08 Daniel DunbarCMake/lit: Add llvm_{unit_,}site_config parameters...
2009-11-08 Daniel DunbarTwo small fixes for site.exp for cmake.
2009-11-08 Daniel DunbarDerive the right paths to use during testing instead...
2009-11-08 Daniel DunbarSwitch to using 'lit.site.cfg.in' for the site config...
2009-11-07 Daniel DunbarStop running get_target_triple more than we need to.
2009-09-22 Daniel DunbarInitial support for running LLVM tests from cmake.