icub-test
|
If you have not installed Robot Testing Framework, Please see http://robotology.github.io/robot-testing-framework/index.html.
Make sure that the yarpmanager
robottestingframework-plugin generated by YARP can be found by the robottestingframework-testrunner
.
On Linux/macOS machines, open a terminal and type:
On Windows machines use the CMake program to create Visual Studio project and build it.
Test cases are built as Robot Testing Framework plug-ins (shared libraries) and can be found in icub-tests/build/plugins
folder.
We need to add the plug-ins path to the OS-specific dynamic linker environment variable
LD_LIBRARY_PATH
DYLD_LIBRARY_PATH
PATH
As an example, under Linux:
Tests configuration (.ini files) can be found in icub-tests/suite/contexts
.
We need to configure the OS-independent YARP_DATA_DIRS
environment variable so that the test cases can load the configuration files.