tester: simplify adding test files

This commit is contained in:
Vaxry 2025-06-27 12:18:45 +02:00
parent 1fc7e80bdb
commit e4b6fedfb9
No known key found for this signature in database
GPG key ID: 665806380871D640
6 changed files with 25 additions and 22 deletions

View file

@ -18,7 +18,7 @@ using namespace Hyprutils::Memory;
#define UP CUniquePointer
#define SP CSharedPointer
bool testGroups() {
static bool test() {
NLog::log("{}Testing groups", Colors::GREEN);
// test on workspace "window"
@ -175,3 +175,5 @@ bool testGroups() {
return !ret;
}
REGISTER_TEST_FN(test)