polysquare / cmake-unit

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

Depart from the convention of repeating conditions, function names etc. #52

Closed smspillaz closed 9 years ago

smspillaz commented 9 years ago

The previous convention was to put this information in else (), endmacro (), endif (), endfunction () etc blocks. This was bad practice.

Remove all instances of this and make cmakelint catch any new instances of it.

coveralls commented 9 years ago

Coverage Status

Coverage increased (+3.28%) when pulling 9401ffb07da06cb02ee93b13bce8326c53e2215e on smspillaz:cmake-unit.item_50 into cc18c4db46646bd55e61c629db23b3f109af1ede on polysquare:master.