Files
daggy/tests/int_basic.cpp
2021-06-02 10:38:57 -03:00

10 lines
134 B
C++

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