【发布时间】:2018-05-04 13:25:22
【问题描述】:
如上所述 https://cmake.org/cmake/help/v3.7/manual/ctest.1.html, ctest 支持过滤测试以通过正则表达式运行。不幸的是,我似乎无法找出 ctest 使用的正则表达式语言的语法。
我想做类似的事情
ctest -R "SomeTest|SomeOtherTest" # should execute the two tests named and no other tests.
【问题讨论】: