10 lines
134 B
C++
10 lines
134 B
C++
#include <iostream>
|
|
|
|
#include "daggy/DAG.hpp"
|
|
|
|
#include "catch.hpp"
|
|
|
|
TEST_CASE("General tests", "[general]") {
|
|
REQUIRE(1 == 1);
|
|
}
|