3 #include <boost/test/unit_test.hpp> 19 char argv0[] =
"a/b/c";
20 char argv1[] =
"--device-name=Tahiti";
21 char* argv[] = {argv0, argv1};
22 int argc =
sizeof(argv) /
sizeof(argv[0]);
Configure the OpenCL device / context options.
BOOST_AUTO_TEST_CASE(opencl_config_basic)
jb::config_attribute< config, std::string > device_name
void process_cmdline(int &argc, char *argv[])
Process the command line.