polysquare / cmake-unit

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

Make failure to have an extension a fatal error. #88

Closed smspillaz closed 9 years ago

smspillaz commented 9 years ago

The last commit allowed for files to not have an extesnion. In reality, this made no sense - the extension is required in order to determine the contents of the file. Make not having an extension a clear error.