mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
7 lines
172 B
Bash
7 lines
172 B
Bash
#!/bin/bash
|
|
|
|
export PYTHONPATH=@CMAKE_INSTALL_PREFIX@/@PYTHON_INSTALL_PREFIX@:@CTEST_PYTHONPATH@:$PYTHONPATH
|
|
|
|
@PROJECT_SOURCE_DIR@/python/tests/install/test_install.py $@
|
|
|