diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/xorg/gtest/xorg-gtest-xserver.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xorg/gtest/xorg-gtest-xserver.h b/include/xorg/gtest/xorg-gtest-xserver.h index 59cc680..81c9f74 100644 --- a/include/xorg/gtest/xorg-gtest-xserver.h +++ b/include/xorg/gtest/xorg-gtest-xserver.h @@ -151,6 +151,8 @@ class XServer : public xorg::testing::Process { XServer(const XServer&); XServer& operator=(const XServer&); + void TestStartup(void); + }; } // namespace testing } // namespace xorg |