GUI/test/test_GUI.cpp

6 lines
110 B
C++
Raw Normal View History

#include <catch2/catch.hpp>
2020-01-08 10:58:03 +01:00
#include "../src/GUI_Window.hpp"
TEST_CASE("GUI Test") {
2019-12-05 09:35:55 +01:00
REQUIRE(42 == 42);
}