Skip to content

Commit ec2df47

Browse files
committed
#1: fix unit tests path
1 parent 53cc43a commit ec2df47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if [ "$FOO_RUN_TESTS" == "ON" ]; then
209209
GTEST_OPTIONS="$GTEST_OPTIONS --gtest_filter=\"$FOO_RUN_TESTS_FILTER\""
210210
fi
211211

212-
gtest_cmd="\"$FOO_BUILD_DIR/tests/UnitTests\" $GTEST_OPTIONS"
212+
gtest_cmd="\"$FOO_BUILD_DIR/tests/unit/UnitTests\" $GTEST_OPTIONS"
213213
echo "Run GTest..."
214214
eval "$gtest_cmd" || true
215215
echo "Tests done."

0 commit comments

Comments
 (0)