Skip to content

Commit

Permalink
Merge pull request #23 from bakpaul/run_plugin_regression_tests
Browse files Browse the repository at this point in the history
FIX unit-test script, it launches now the plugins regression tests
  • Loading branch information
bakpaul authored Oct 6, 2023
2 parents 59f2179 + feda8ff commit 3aea977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/unit-tests.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ fi
# export SOFA_DATA_PATH="$src_dir:$src_dir/examples:$src_dir/share"
export SOFA_ROOT="$build_dir"
if [[ "$test_type" == "regression-tests" ]]; then
export REGRESSION_REFERENCES_DIR="$references_dir/examples"
export REGRESSION_SCENES_DIR="$src_dir/examples"
export REGRESSION_REFERENCES_DIR="$references_dir/examples:$references_dir/applications/plugins"
export REGRESSION_SCENES_DIR="$src_dir/examples:$src_dir/applications/plugins"
fi

list-tests() {
Expand Down

0 comments on commit 3aea977

Please sign in to comment.