about summary refs log tree commit diff homepage
path: root/runtime/Runtest
AgeCommit message (Expand)Author
2023-03-23Remove model_version from the POSIX runtime, as we have never used it.Cristian Cadar
2023-03-17[cmake] Use LLVM's CMake functionality onlyMartin Nowack
2020-10-06Ran clang-format on intrinsics.c and removed unneeded commentCristian Cadar
2020-10-06Added support for klee_open_merge and klee_close_merge in replay, together wi...Cristian Cadar
2020-08-07New intrinsic: klee_is_replayAlastair Reid
2020-04-30Removed the Internal directory from include/kleeCristian Cadar
2018-08-03Fixed runtest library to handle the case of a NULL "name" argument in klee_ma...Cristian Cadar
2018-05-01Ensured program reliably has 3 paths to be explored, and removed unnecessary ...Cristian Cadar
2018-05-01Implement klee_prefer_cex() and klee_abort() in Runtest and added correspondi...lyxia
2017-10-04Remove Autoconf/Makefile build system and adjust the TravisCIDan Liew
2017-01-19In legacy build system fix building libkleeRuntest when buildingDan Liew
2017-01-14Change how error handling is done in libkleeRuntest.Dan Liew
2017-01-14Fix bug reported privately by @danielschemmel .Dan Liew
2017-01-14Write tests to test `libkleeRuntest`. The `replay_posix_runtime.c`Dan Liew
2016-11-20[CMake] Implement install of the kleeRuntest target.Dan Liew
2016-11-07Implement a CMake based build system for KLEE.Dan Liew
2016-03-22Add soname for Runtest dynamic libraryMartin Nowack
2010-06-28Applied Stefan Bucur's patch fromCristian Cadar
2009-06-01Kill off klee_malloc_n, we don't want to support this.Daniel Dunbar
2009-05-23Changed bout to ktest. Kept "BOUT\n" as the header of test files, for backwa...Cristian Cadar
2009-05-22Add "name" argument to klee_make_symbolic, and kill off klee_make_symbolic_name.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar