robotology / blocktest

Test system for generic robot middlewares
GNU Lesser General Public License v3.0
8 stars 2 forks source link

Add the possibility to launch blocktestrunner and Scriptbuilder from any dir #35

Closed Nicogene closed 4 years ago

Nicogene commented 4 years ago

In order to do that it is just needed to explicit BLOCKTEST_RESOURCE_PATH pointing where the plugins, xmltemplate dir and test/test.xml are stored.

For the case of robotology-superbuild, it hat to point to ${ROBOTOLOGY_INSTALL_PREFIX}/bin.

Tested successfully both ScriptBuilder and blocktestrunner

Please review code