1 #define BOOST_TEST_MODULE (search_path_test_3 test) 2 #include "boost/test/unit_test.hpp" 9 #include "cetlib_except/exception.h" 11 BOOST_AUTO_TEST_SUITE(search_path_test_3)
15 std::istringstream is(
"#include \"/tmp/aaa\"");
23 std::ifstream is(
"no file with this name exists");
29 BOOST_AUTO_TEST_SUITE_END()
void include(std::istream &in, std::string &result)
cet::coded_exception< error, detail::translate > exception
BOOST_AUTO_TEST_CASE(missing_file_throws)