Add tests and test data to context

pull/250/head
Dakota Benjamin 2016-02-16 15:20:35 -05:00
rodzic ce0ee9c005
commit 4dd8d70c9f
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')