ImperialSpaceSociety / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
6 stars 1 forks source link

Use CMake TESTS_DETAILED flag for cpputest #460

Open MedadRufus opened 2 years ago

MedadRufus commented 2 years ago

It might run each test in its own instance of executable.

option(TESTS_DETAILED "Run each test separately instead of grouped?" OFF)