diffblue-cbmc/unit
Michael Tautschnig 6990e03e07 Do not shadow the "result" variable and fix one use of it
result2 was never used, although it was meant to be tested for. Renamed it to
result_add_2 (and result_add_1) instead to make it clearer and more obvious.
2018-11-10 21:15:35 +00:00
..
analyses Renamed shadowing call_graph_from_goto_functions 2018-11-10 12:33:22 +00:00
goto-programs Make unit tests quiet 2018-08-11 14:54:20 +00:00
interpreter Add unit test for interpreter evaluation 2018-09-12 14:03:55 +02:00
json Make json parser unit tests independent of working directory 2018-07-19 14:42:30 +01:00
pointer-analysis Value set: handle with, array and struct expressions more accurately 2018-08-02 10:24:25 +01:00
solvers format_expr: no parentheses if subexpression isn't an infix operator 2018-10-20 19:12:51 +01:00
testing-utils Use numeric_cast<mp_integer> instead of deprecated to_integer(exprt), part 2 2018-11-05 19:27:14 +00:00
util Do not shadow the "result" variable and fix one use of it 2018-11-10 21:15:35 +00:00
.gitignore Move miniBDD catch-style unit test to proper folder and include in Makefile 2018-09-18 09:23:44 +00:00
CMakeLists.txt Make the remaining (relevant) miniBDD catch-style unit tests 2018-09-18 09:23:44 +00:00
Makefile Locations added to ifthenelse in goto_program2code 2018-11-09 12:04:33 +00:00
compound_block_locations.cpp Locations added to code_switcht in goto_program2code 2018-11-09 12:05:20 +00:00
compound_block_locations.h Locations added to ifthenelse in goto_program2code 2018-11-09 12:04:33 +00:00
cpp_parser.cpp Normalise newlines at ends of files 2016-11-29 09:59:31 +00:00
cpp_scanner.cpp Normalise newlines at ends of files 2016-11-29 09:59:31 +00:00
elf_reader.cpp Remove trailing whitespace from all lines 2016-11-29 09:58:36 +00:00
ieee_float.cpp first pass cpplint fixes in unit 2017-04-10 17:14:17 +01:00
json.cpp Normalise newlines at ends of files 2016-11-29 09:59:31 +00:00
module_dependencies.txt Locations added to ifthenelse in goto_program2code 2018-11-09 12:04:33 +00:00
osx_fat_reader.cpp Moved unit tests to separate directory 2016-02-16 13:00:54 +00:00
path_strategies.cpp Do not shadow local variables solvers, pc 2018-11-10 10:30:58 +00:00
path_strategies.h More useful output on path strategy unit tests 2018-10-30 03:53:33 +00:00
smt2_parser.cpp Remove trailing whitespace from all lines 2016-11-29 09:58:36 +00:00
unit_tests.cpp DiffBlue -> Diffblue 2018-03-09 16:02:12 +01:00
wp.cpp Replace copyright notice with author entry 2018-03-09 16:02:09 +01:00
wp_in1.c Moved unit tests to separate directory 2016-02-16 13:00:54 +00:00