lel-guecs/tests/guecs.cpp
2026-06-16 02:08:01 -04:00

20 lines
353 B
C++

#include <fmt/core.h>
#include "guecs/ui.hpp"
#include <fmt/xchar.h>
#include <fuc2/testing.hpp>
using namespace guecs;
using namespace fuc2;
namespace guecs_tests {
void test_prototype() {
// accidentally gutted, will recover later
}
fuc2::Set TESTS{
.name="GUECS tests (empty!)",
.tests={
TEST(test_prototype),
}
};
}