Open hcho3 opened 3 years ago
Right now, standalone test executables in test/ are built with GNU Make (Makefile). We should also allow these executables to be built with CMake.
test/
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?
Right now, standalone test executables in
test/
are built with GNU Make (Makefile). We should also allow these executables to be built with CMake.