light/modules/renderer/private/backend.test.cpp
2025-09-18 19:24:27 +03:30

14 lines
241 B
C++

#include <ranges>
#include <renderer/system.hpp>
#include <test/test.hpp>
using namespace lt;
#include <renderer/backend.hpp>
using lt::test::Case;
using lt::test::Suite;
Suite raii = [] {
Case { "happy path won't throw" } = [] {
};
};