Add tests and test data to context

Former-commit-id: 4dd8d70c9f
pull/1161/head
Dakota Benjamin 2016-02-16 15:20:35 -05:00
rodzic 937fde3894
commit b4aefdb665
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,8 @@ root_path, _ = os.path.split(scripts_path)
superbuild_path = os.path.join(root_path, 'SuperBuild')
ccd_widths_path = os.path.join(root_path, 'data/ccd_defs.json')
tests_path = os.path.join(root_path, 'tests')
tests_data_path = os.path.join(root_path, 'tests/test_data')
# add opencv to python path
pyopencv_path = os.path.join(superbuild_path, 'install/lib/python2.7/dist-packages')