Open Manu343726 opened 9 years ago
test directory is missing :(
@viboes I know, the current untested state of the library is a serious problem. I hope I will get some time to fix this. For me the suit should check:
std::type_info::name()
and check for equality)constexpr
.@foonathan I'm missing something?
https://github.com/Manu343726/ctti/commit/f54083e902f4b74098f1246bc383f743dedb22c0 closes #5 adding cmake setup and a classic
include/
+examples/
+tests/
layout. MainCMakeLists.txt
includes a couple of functions to declare test and example targets in a simple way.Now it should be easy to write a battery of tests for CI. Also, since ctti supports VS2015 and mingw (cygwin used to work too...), please check appveyor in addition to travis.