dmlc-core icon indicating copy to clipboard operation
dmlc-core copied to clipboard

Build standalone test executables with CMake

Open hcho3 opened this issue 3 years ago • 2 comments

Right now, standalone test executables in test/ are built with GNU Make (Makefile). We should also allow these executables to be built with CMake.

hcho3 avatar Jul 26 '21 22:07 hcho3

Also, the standalone executables should be tested in the CI. Right now, they are not.

hcho3 avatar Jul 27 '21 00:07 hcho3

Maybe we can just convert some of them into gtest?

trivialfis avatar Oct 25 '21 13:10 trivialfis