I'd like to rename the C++ and Go tests to use "-" instead of "_" so they are consistent with the other tests. This is my fault, I wasn't paying attention when I added the tests. The original tests are like:
Test #2: python-test Test #5: ruby-spec-test Test #16: c-object-tests The offending tests are like: Test #6: cpp_codec_test Test #25: go_example_electron_test I want to rename them as cpp-codec-test, go-example-electron-test etc. Only impact is if you use `ctest -R` to run tests selectively. Any objection? Silence is consent... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
