We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cc43a commit ec2df47Copy full SHA for ec2df47
build.sh
@@ -209,7 +209,7 @@ if [ "$FOO_RUN_TESTS" == "ON" ]; then
209
GTEST_OPTIONS="$GTEST_OPTIONS --gtest_filter=\"$FOO_RUN_TESTS_FILTER\""
210
fi
211
212
- gtest_cmd="\"$FOO_BUILD_DIR/tests/UnitTests\" $GTEST_OPTIONS"
+ gtest_cmd="\"$FOO_BUILD_DIR/tests/unit/UnitTests\" $GTEST_OPTIONS"
213
echo "Run GTest..."
214
eval "$gtest_cmd" || true
215
echo "Tests done."
0 commit comments