diff options
Diffstat (limited to 'ci')
| -rw-r--r-- | ci/travis.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/travis.sh b/ci/travis.sh index dc6c83c..bcbd1c2 100644 --- a/ci/travis.sh +++ b/ci/travis.sh @@ -56,6 +56,9 @@ make if [ -n "${UNIT_TEST}" ]; then + current_path=$(pwd) + echo $current_path > /etc/ld.so.conf.d/test_case.conf + ldconfig ctest --verbose fi |
