~alan-griffiths/miral/debug

« back to all changes in this revision

Viewing changes to test/test_server.cpp

  • Committer: Alan Griffiths
  • Date: 2016-09-14 09:03:34 UTC
  • Revision ID: alam@octopull.co.uk-20160914090334-r7oyyrmp68dwo5se
Tidy code

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
{
52
52
    add_to_environment("MIR_SERVER_PLATFORM_GRAPHICS_LIB", mtf::server_platform("graphics-dummy.so").c_str());
53
53
    add_to_environment("MIR_SERVER_PLATFORM_INPUT_LIB", mtf::server_platform("input-stub.so").c_str());
 
54
    add_to_environment("MIR_SERVER_NO_FILE", "on");
54
55
}
55
56
 
56
57
void miral::TestServer::SetUp()