aboutsummaryrefslogtreecommitdiff
path: root/test/CMakeLists.txt
AgeCommit message (Expand)Author
2011-11-04build/cmake: Change to require Python be available.Daniel Dunbar
2011-11-02I added the first test to run llvm-dwarfdump.Nick Lewycky
2011-11-02tests: Clean up tests/CMakeLists.txt to drop some variable configuration we noDaniel Dunbar
2011-09-27test/CMakeLists.txt: Depend on llvm-objdump. "make check" is expected to reso...NAKAMURA Takumi
2011-06-28Fix a CMake warning, following up to r134008.NAKAMURA Takumi
2011-06-28cmake: Our MSVC build does not support config-time build mode.Andrew Trick
2011-06-23cmake+lit: final cleanup related to the recent churnAndrew Trick
2011-06-23cmake+lit: handle ENABLE_ASSERTIONS feature properly.Andrew Trick
2011-06-22Only do config-time substitution of LLVM_BUILD_MODE inAndrew Trick
2011-06-16Added LLVM_BUILD_MODE to cmake so that lit supports tests with REQUIRES: {bui...Andrew Trick
2011-04-12Fix compiler command line used by lit.py when working with NMakeOscar Fuentes
2011-02-20Put targets on folders, if the IDE supports the feature.Oscar Fuentes
2010-12-10macho-dump: Fix CMake build, following up to r121466.NAKAMURA Takumi
2010-12-10Add dependency to "make check".NAKAMURA Takumi
2010-11-29test: Use $SharedLibDir for loadable modules. On Cygming, loadable modules ar...NAKAMURA Takumi
2010-11-27CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio.NAKAMURA Takumi
2010-11-11CMake: Add the new option "LLVM_LIT_ARGS".NAKAMURA Takumi
2010-09-24CMake: Build unittests.Michael J. Spencer
2010-09-24Fix whitespace.Michael J. Spencer
2010-09-17tests/CMakeLists.txt: use `configure_file' instead of `sed'.Oscar Fuentes
2010-08-30Test: Fix LLVMC tests on CMake.Michael J. Spencer
2010-06-12tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to...Daniel Dunbar
2010-03-10Fix make check with cmake/litTobias Grosser
2009-12-08CMake/lit: Add llvm_{unit_,}site_config parameters, and always pass them when...Daniel Dunbar
2009-11-08Two small fixes for site.exp for cmake.Daniel Dunbar
2009-11-08Derive the right paths to use during testing instead of passing it in via make.Daniel Dunbar
2009-11-08Switch to using 'lit.site.cfg.in' for the site config template for Unit tests,Daniel Dunbar
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar
2009-09-22Initial support for running LLVM tests from cmake.Daniel Dunbar