#include <gtest/gtest.h>#include <ros/package.h>#include <ros/types.h>#include <rve_dynlib/dynlib.h>
Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (DynLib, loadUnload) | |
| TEST (DynLib, failLoad) | |
| TEST (DynLib, getSymbol) | |
Variables | |
| std::string | g_package_path |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 89 of file test_dynlib.cpp.
| TEST | ( | DynLib | , |
| loadUnload | |||
| ) |
Definition at line 38 of file test_dynlib.cpp.
| TEST | ( | DynLib | , |
| failLoad | |||
| ) |
Definition at line 51 of file test_dynlib.cpp.
| TEST | ( | DynLib | , |
| getSymbol | |||
| ) |
Definition at line 64 of file test_dynlib.cpp.
| std::string g_package_path |
Definition at line 36 of file test_dynlib.cpp.