c语言中catch函数,c++ - Catch2 cmake函数'catch_discover_tests()'在有效时间内不起作用 - 堆栈内存溢出...

我使用Catch2进行单元测试。 我要在构建后运行测试。

所以我在Catch中使用了'cath_discover_test'函数。

但是在构建时,不要打印任何有关测试的内容。

如下所示:

> cmake --build .

blah ~

blah ~

PostBuildEvent:

setlocal

"C:\Program Files\CMake\bin\cmake.exe" -D TEST_TARGET=foo -D TEST_EXECUTABLE=C:/Users/MyName/workspace/someproject/build/

Debug/foo.exe -D TEST_EXECUTOR= -D TEST_WORKING_DIR=C:/Users/MyName/workspace/someproject/build -D TEST_SPEC= -D TEST_EXT

RA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_LIST=foo_TESTS -D CTEST_FILE=C:/Users/MyName/workspace/a

someproject/build/foo_tests-b858cb2.cmake -P "C:/Program Files (x86)/Catch2/lib/cmake/Catch2/CatchAddTests.cmake"

if %errorlevel% neq 0 goto :cmEnd

:cmEnd

endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone

:cmErrorLevel

exit /b %1

:cmDone

if %errorlevel% neq 0 goto :VCEnd

:VCEnd

blah ~

blah ~

end

这是test.cmake文件的源代码:

find_package(Catch2 REQUIRED)

add_executable(foo ${PROJECT_SOURCE_DIR}/test/test.cpp)

target_include_directories(foo PUBLIC ${PROJECT_SOURCE_DIR}/include)

target_link_libraries(foo Catch2::Catch2)

include(CTest)

include(Catch)

catch_discover_tests(foo)

但是,我通过下面的ctest执行测试,测试工作。

>ctest

Test project C:/Users/MyNames/workspace/someproject/build

Start 1: some class test

1/1 Test #1: some class test .............***Failed 0.02 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) = 0.04 sec

The following tests FAILED:

1 - some class test (Failed)

Errors while running CTest

构建后如何运行测试并显示测试结果的输出?

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值