File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 99gdlde * .zip
1010.vscode
1111.idea /
12+ Testing /
Original file line number Diff line number Diff line change @@ -553,11 +553,12 @@ function install_gdl {
553553
554554function test_gdl {
555555 log " Testing GDL..."
556- cd ${ROOT_DIR} /build
557- if [ -f ${GDL_DIR} /CMakeModules/CodeCoverage.cmake ]; then
556+ cd " ${ROOT_DIR} /build" || exit 1
557+ if [ -f " ${GDL_DIR} /CMakeModules/CodeCoverage.cmake" ]; then
558558 make codecov || exit 1
559559 else
560- CTEST_OUTPUT_ON_FAILURE=1 make test || exit 1
560+ # since we do not install anything we need to set the driver path to the directory of the compiles drivers
561+ CTEST_OUTPUT_ON_FAILURE=1 GDL_DRV_DIR=" ${ROOT_DIR} /build/src/plplotdriver" make test || exit 1
561562 fi
562563}
563564
You can’t perform that action at this time.
0 commit comments