#include "../s2ga.hpp" #include #include #include TEST_CASE("Should pass") { std::cout << "HI" << std::endl; REQUIRE_NOTHROW(foo()); }