Skip to content

Commit 6da8e1e

Browse files
Extra. Update compile command for C++ test.
1 parent bed22cc commit 6da8e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/tests/gtest/lang.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ VERSIONS="8.4.0"
22
NAME="C++ Test (GCC $VERSION, Google Test 1.8.1)"
33
SOURCE_FILE="main.cpp"
44
BINARY_FILE="a.out"
5-
COMPILE_CMD="/usr/bin/g++ $ARGS $SOURCE_FILE -lgtest -lgtest_main -lpthread "
5+
COMPILE_CMD="/usr/bin/g++ $ARGS $SOURCE_FILE -lgtest -lgtest_main -lpthread"
66
RUN_CMD="./$BINARY_FILE $ARGS"
77
RUN_CMD_ISOLATE="GTEST_COLOR=no ./$BINARY_FILE $ARGS"

0 commit comments

Comments
 (0)