GUI/test/test_GUI.cpp

6 lines
110 B
C++

#include <catch2/catch.hpp>
#include "../src/GUI_Window.hpp"
TEST_CASE("GUI Test") {
REQUIRE(42 == 42);
}