TriBITSPub / TriBITS

TriBITS: Tribal Build, Integrate, and Test System,
http://tribits.org
Other
36 stars 46 forks source link

TribitsHelloWorld does ctest but testing is not enabled #595

Open kotcherd opened 1 year ago

bartlettroscoe commented 1 year ago

You need to turn on the tests, like for any TriBITS-based project:

See:

https://github.com/TriBITSPub/TriBITS/blob/8c1874ca69280c9c9e8346fc96b2f068971e54d4/test/core/ExamplesUnitTests/TribitsHelloWorld_Tests.cmake#L16

TriBITS projects, by default, assume the user is just trying to build and install them, without enabling or running tests.