~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

Viewing changes to tests/test_main.cpp

Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <NuxCore/Logger.h>
5
5
#include <Nux/Nux.h>
6
6
 
 
7
#include "GestureEngine.h"
7
8
#include "unity-shared/PluginAdapter.h"
8
9
#include "unity-shared/WindowManager.h"
9
10
 
26
27
  // Setting the PluginAdapter to null, using the Standalone version at link time.
27
28
  PluginAdapter::Initialize(NULL);
28
29
  WindowManager::SetDefault(PluginAdapter::Default());
 
30
  GeisAdapter geis_adapter;
29
31
 
30
32
  int ret = RUN_ALL_TESTS();
31
33