Added region_tree tests

This commit is contained in:
2024-11-25 15:34:42 +03:00
parent fe876fccca
commit 40183a44a7
20 changed files with 8899 additions and 116 deletions

7
tests/regions.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include "../src/modules/stream/ui/region_tree.h"
int main()
{
return 0;
}