CBMC
run_test_with_compilers.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Unit test utilities
4
5
Author: Diffblue Ltd.
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_TESTING_UTILS_RUN_TEST_WITH_COMPILERS_H
13
#define CPROVER_TESTING_UTILS_RUN_TEST_WITH_COMPILERS_H
14
15
#include <functional>
16
#include <string>
17
18
void
run_test_with_compilers
(
19
const
std::function<
void
(
const
std::string &)> &test_with_compiler);
20
21
#endif
// CPROVER_TESTING_UTILS_RUN_TEST_WITH_COMPILERS_H
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
unit
testing-utils
run_test_with_compilers.h
Generated by
1.9.1