Files
daggy/tests/int_basic.cpp
2021-09-21 09:41:11 -03:00

10 lines
138 B
C++

#include <catch2/catch.hpp>
#include <iostream>
#include "daggy/DAG.hpp"
TEST_CASE("General tests", "[general]")
{
REQUIRE(1 == 1);
}