tester: simplify adding test files
This commit is contained in:
parent
1fc7e80bdb
commit
e4b6fedfb9
6 changed files with 25 additions and 22 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue