connectivecpp / chops-net-ip

Chops Net IP ("C"onnective "H"andcrafted "Op"enwork "S"oftware), a tasty C++ library that makes asynchronous IP network coding fun!
Boost Software License 1.0
7 stars 3 forks source link

remove examples from make test #44

Closed Crghilardi closed 5 years ago

Crghilardi commented 5 years ago

This PR removes the add_test() call in make_exe step for examples only.

This allows the examples to be built, but not run during make test and should prevent the interactive demos from causing issues with CI. I have tested this locally on my machine with no issues and 23 tests (previously 30) passing.