Add test fixture.
This commit is contained in:
parent
af6fad72eb
commit
d6d4319e21
37 changed files with 421 additions and 279 deletions
|
@ -5,7 +5,9 @@
|
|||
|
||||
#include "GuiApplication.h"
|
||||
|
||||
int main()
|
||||
#include "TestFramework.h"
|
||||
|
||||
TEST_CASE(TestWaylandWindow, "web")
|
||||
{
|
||||
FileLogger::GetInstance().Open();
|
||||
|
||||
|
@ -15,6 +17,4 @@ int main()
|
|||
app->setUiInterfaceBackend(UiInterfaceFactory::Backend::WAYLAND_RASTER);
|
||||
|
||||
app->run();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue