7 #include <ocl/DeploymentComponent.hpp> 12 #include <gtest/gtest.h> 24 TEST(BasicTest, ImportTypekit)
28 EXPECT_TRUE(scripting_service->eval(
"var ConnPolicy float_out = ros.topic(\"float_out\")"));
31 int main(
int argc,
char** argv) {
32 testing::InitGoogleTest(&argc, argv);
37 deployer = boost::make_shared<OCL::DeploymentComponent>();
38 scripting_service = deployer->getProvider<
RTT::Scripting>(
"scripting");
44 return RUN_ALL_TESTS();
int __os_init(int argc, char **argv)
static boost::shared_ptr< ComponentLoader > Instance()
boost::shared_ptr< OCL::DeploymentComponent > deployer
void mayLogStdOut(bool tf)
int main(int argc, char **argv)
boost::shared_ptr< RTT::Scripting > scripting_service
void setStdStream(std::ostream &stdos)
void setLogLevel(LogLevel ll)