capone-project / capone-core

A secure service framework
GNU General Public License v3.0
2 stars 0 forks source link

Make tests dependend on cmocka #8

Closed pks-t closed 8 years ago

pks-t commented 8 years ago

Currently, tests are always built unconditionally, but CMake will abort early if cmocka has not been found. Instead, cmocka should be an optional dependency and tests should be dependent on cmocka being available.

pks-t commented 8 years ago

Implented with be7a6b4ac38