Mir
executable_path.h
Go to the documentation of this file.
1 /*
2  * Copyright © 2014 Canonical Ltd.
3  *
4  * This program is free software: you can redistribute it and/or modify
5  * it under the terms of the GNU General Public License version 2 or 3 as
6  * published by the Free Software Foundation.
7  *
8  * This program is distributed in the hope that it will be useful,
9  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11  * GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program. If not, see <http://www.gnu.org/licenses/>.
15  *
16  * Authored by:
17  * Kevin DuBois <kevin.dubois@canonical.com>
18  */
19 
20 #ifndef MIR_TEST_FRAMEWORK_EXECUTABLE_PATH_H_
21 #define MIR_TEST_FRAMEWORK_EXECUTABLE_PATH_H_
22 
23 #include <string>
24 namespace mir_test_framework
25 {
26 std::string executable_path();
27 
28 std::string library_path();
29 std::string server_platform_path();
30 std::string test_data_path();
31 std::string server_platform(std::string const& name);
32 std::string server_input_platform(std::string const& name);
33 std::string client_platform(std::string const& name);
34 }
35 #endif /* MIR_TEST_FRAMEWORK_EXECUTABLE_PATH_H_ */
std::string server_platform(std::string const &name)
std::string test_data_path()
std::string server_platform_path()
std::string server_input_platform(std::string const &name)
std::string executable_path()
Definition: any_surface.h:25
char const * name
Definition: client_types.h:177
std::string client_platform(std::string const &name)
std::string library_path()

Copyright © 2012-2018 Canonical Ltd.
Generated on Thu Mar 15 13:06:27 UTC 2018