dmlc-core
dmlc-core copied to clipboard
Build standalone test executables with CMake
Right now, standalone test executables in test/ are built with GNU Make (Makefile). We should also allow these executables to be built with CMake.
Also, the standalone executables should be tested in the CI. Right now, they are not.
Maybe we can just convert some of them into gtest?