FICN: Added simple testing facilities to CMake.this is an example of how to implement Testing using CMake.
The Boolean cache-option TESTING_ENABLED can be triggered to enable all tests. Be aware to add all testing subdirectory includes into a IF(TESTING_ENABLED) clause.