about summary refs log tree commit diff homepage
path: root/test/Makefile
AgeCommit message (Expand)Author
2017-01-19Teach both build systems to pass the user provided CXXFLAGS and CFLAGSDan Liew
2017-01-16Remove undocumented and unused `check-local`, `check-dg` and `check-lit`Dan Liew
2017-01-16Rename old build system targets so thatDan Liew
2017-01-14Write tests to test `libkleeRuntest`. The `replay_posix_runtime.c`Dan Liew
2016-02-14Try to fix the TravisCI build when using Z3 as the solver. TheDan Liew
2014-09-14[tests] Enable running tests in parallel.Daniel Dunbar
2014-09-13[tests] Add support for testing LLVM version in REQUIRES: and XFAIL: lines.Daniel Dunbar
2014-09-13test/lit.site.cfg is never deleted, leading to misconfiguration errors.Cristian Cadar
2014-09-12[tests] Run 'make clean' prior to starting tests.Daniel Dunbar
2014-09-12[tests] Set --output-dir on all test runs, in support of running tests in par...Daniel Dunbar
2014-01-20Hide make check command unless using VERBOSE make variable.Dan Liew
2014-01-20Partially fix python detection for running llvm-lit.Dan Liew
2014-01-20Remove the last remnants (I think) of DejaGNU. Goodbye!Dan Liew
2014-01-20Only run SELinux test if support for SELinux was detected at configureDan Liew
2014-01-20Removed all of llvm-lit's dependence on DejaGNU. A few thingsDan Liew
2014-01-20Force python2 to be used when running llvm-lit. This needs to be fixedDan Liew
2014-01-20Allow llvm-lit from 2.9 to work by hacking %T substitution variable.Dan Liew
2014-01-20Add LLVM tool directory to PATH when running tests with llvm-lit.Dan Liew
2010-05-02Sketch support for running KLEE tests using 'lit'.Daniel Dunbar
2010-04-05Fix some tests w/ objdir != srcdir.Daniel Dunbar
2010-03-14Update for 2.7.Daniel Dunbar
2010-02-19Fixed the problem of 'make check' failing on XFAILs. Based on patchCristian Cadar
2009-09-21Don't force llvm-gcc to -m32, just hope that it was configured correctly for theDaniel Dunbar
2009-08-17Update for LLVM API change.Daniel Dunbar
2009-08-01Don't force -m32 in tests; this should be handled by the build system.Daniel Dunbar
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