about summary refs log tree commit diff homepage
path: root/unittests/CMakeLists.txt
AgeCommit message (Expand)Author
2023-06-07unittests/CMakeLists.txt: set gtest include dir only if necessaryJulian Büning
2023-06-07unittests/CMakeLists.txt: do not echo GTEST_SRC_DIR on errorJulian Büning
2023-06-07unittests/CMakeLists.txt: no UNITTEST_MAIN_LIBSJulian Büning
2023-06-07unittests/CMakeLists.txt: remove obsolete policyJulian Büning
2023-06-07unittests/CMakeLists.txt: fix LLVM find_package supportJulian Büning
2023-06-07unittests/CMakeLists.txt: gtest check for LLVM 13+Julian Büning
2023-03-22Change `llvm_map_components_to_libnames` to `llvm_config` CMake functionMartin Nowack
2023-03-17[cmake] Use LLVM's CMake functionality onlyMartin Nowack
2023-03-16Add some unit tests for KDAllocDaniel Schemmel
2022-05-05cmake: try using system installation of GTest if it's presentLukáš Zaoral
2022-03-09fix CMake: gtest from llvm includes gtest_mainJulian Büning
2022-01-05unittests/TestMain: show stack trace on errorJulian Büning
2022-01-05fix CMake: use own TestMain instead of gtest_mainJulian Büning
2022-01-05CMake: set Google Test options properlyJulian Büning
2022-01-05fix CMake: GTEST_INSTALL -> INSTALL_GTESTJulian Büning
2022-01-05CMake: include GTest include hint for 1.8.0+Julian Büning
2020-11-04[cmake] Remove several leftovers from old autoconf build systemMartin Nowack
2020-07-30introduce --rng-initial-seed=<unsigned>Frank Busse
2020-06-29Enable subsets for RandomPathSearcherTimotej Kapus
2019-07-30CMake: enable reuse of LLVM's googletest src and targetsJulian Büning
2018-10-30Base time API upon std::chronoFrank Busse
2018-06-14Add unittest for DiscretePDFMartin Nowack
2018-03-26[CMake] Add option to set GTest include dirlyxia
2017-07-19Added some unit tests for TreeStream: one testing some basic behaviour, the o...Cristian Cadar
2016-11-07Implement a CMake based build system for KLEE.Dan Liew