~raof/mir/proper-driver-loading

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/server_configuration_wrapping.cpp

  • Committer: Christopher James Halse Rogers
  • Date: 2014-11-27 04:57:28 UTC
  • Revision ID: christopher.halse.rogers@canonical.com-20141127045728-rtlr58ckdkhnbocy
Implement server-side graphics platform probe

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#include "mir_test_framework/headless_test.h"
23
23
 
 
24
#include "mir_test_framework/executable_path.h"
 
25
 
24
26
#include <gtest/gtest.h>
25
27
#include <gmock/gmock.h>
26
28
 
27
29
namespace ms = mir::scene;
28
30
namespace msh = mir::shell;
 
31
namespace mtf = mir_test_framework;
29
32
 
30
33
using namespace testing;
31
34