OpenDDS / OpenDDS

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
http://www.opendds.org
Other
1.28k stars 463 forks source link

Convert Tests to CMake #4579

Open iguessthislldo opened 1 month ago

iguessthislldo commented 1 month ago

Right now only a small fraction of tests are built and tested using CMake. For the long term, most tests should also be built using CMake. The easiest way to achieve this is to use what ever automated approach we arrive at as part of #4578.

In the mean time #4374 has the unit tests and xcdr test that can be merged.