Skip to content

Commit 9b8d8d0

Browse files
xuxin930xiaoxiang781216
authored andcommitted
cmake:fix testing cxx_main suffix error
Signed-off-by: xuxin19 <[email protected]>
1 parent 3a2b74d commit 9b8d8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/cxxtest/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ if(CONFIG_TESTING_CXXTEST)
2727
MODULE
2828
${CONFIG_TESTING_CXXTEST}
2929
SRCS
30-
cxxtest_main.c)
30+
cxxtest_main.cxx)
3131
endif()

0 commit comments

Comments
 (0)