CBMC
Loading...
Searching...
No Matches
run_test_with_compilers.cpp
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Unit test utilities
4
5
Author: Diffblue Ltd.
6
7
\*******************************************************************/
8
9
#include "
run_test_with_compilers.h
"
10
11
void
run_test_with_compilers
(
12
const
std::function<
void
(
const
std::string &)> &
test_with_compiler
)
13
{
14
test_with_compiler
(std::string(
"openjdk_8"
));
15
test_with_compiler
(std::string(
"eclipse"
));
16
test_with_compiler
(std::string(
"oracle_8"
));
17
test_with_compiler
(std::string(
"oracle_9"
));
18
}
ait
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
Definition
ai.h:562
run_test_with_compilers
void run_test_with_compilers(const std::function< void(const std::string &)> &test_with_compiler)
Definition
run_test_with_compilers.cpp:11
run_test_with_compilers.h
Utility for running a test with different compilers.
unit
testing-utils
run_test_with_compilers.cpp
Generated by
1.9.8