Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-08 | Assume C compiler's default standard is `-std=gnu17` | Martin Nowack | |
Newer compilers use `-std=gnu17` as the default when compiling C code. Fix all the test cases that violate this behaviour or explicitly request older standards `-std=c89` where necessary. | |||
2021-05-04 | tests: adjust to new summary output | Frank Busse | |
2019-03-07 | Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively. | Cristian Cadar | |
2015-12-11 | Change SilentKleeAssume.c test slightly so that | Dan Liew | |
``--silent-klee-assume=0`` is no longer passed. This ensures that we also check that ``--silent-klee-assume`` is off by default. | |||
2015-12-11 | Add command line flag ``--silent-klee-assume``to suppress errors due to | Valentin Wüstholz | |
infeasible assumptions. |