Skip to content

Commit 7b14bb7

Browse files
author
Clement Champetier
committed
INSTALL: added doc to explain how to run tests of io plugins
1 parent e117284 commit 7b14bb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

INSTALL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ git clone https://github.com/tuttleofx/TuttleOFX-data.git
8080
Tests of host ( __libraries/tuttle/tests__ ) and plugins ( __tests__ directory in each plugin, with test files prefixed by "plugin_") with Boost Unit Test Framework.
8181
After compiling the project, executables are in __testBin__ directory.
8282

83+
The tests of the IO plugins need images which can be found in the [TuttleOFX-data](https://github.com/tuttleofx/TuttleOFX-data) repository. To indicate the path to these images:
84+
```
85+
export TUTTLE_TEST_DATA=/path/to/TuttleOFX-data
86+
```
87+
8388
- Python tests
8489

8590
Test of host ( __libraries/tuttle/pyTest__ ) with nosetests tool.

0 commit comments

Comments
 (0)