#include #include "daggy/DAG.hpp" #define CATCH_CONFIG_MAIN #include TEST_CASE("Sanity tests", "[sanity]") { REQUIRE(1 == 1); } // compile and run // g++ -std=c++17 -o test test.cpp && ./test