polysquare / cmake-unit

A unit testing framework for CMake
MIT License
36 stars 5 forks source link

Handle files without extensions. #87

Closed smspillaz closed 9 years ago

smspillaz commented 9 years ago

If cmake_unit_create_source_file_before_build or cmake_unit_generate_source_file_during_build was called passing the name of a file with no extension, it would crash. This was incorrect behaviour.