mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-29 09:18:43 -04:00
* EGD-3229 text helper classes added with tests - used in tests, plus misc utils needed No major actual functionality changed - TextClasses added with this PR are used in tests only in this commit. * classes needed to rewrite gui::Text added * some utilities needed to rewrite gui::Text added * tests added
8 lines
239 B
C++
8 lines
239 B
C++
#define CATCH_CONFIG_MAIN
|
|
#include <catch2/catch.hpp>
|
|
#include <vfs.hpp>
|
|
#include <i18/i18.hpp>
|
|
|
|
class vfs vfs; // needed for compilation, our vfs is global
|
|
utils::i18 localize; // needed to load any keymap - these are stored in i18
|