diff options
author | Jan Holesovsky <kendy@collabora.com> | 2017-02-07 17:16:59 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2017-02-08 08:35:13 +0100 |
commit | 964ae25ccf038e92454ead354ee8484d493b738a (patch) | |
tree | 91a6a917b81b7c74ad6eeeb8da413ac97b9bf2ce /test/helpers.hpp | |
parent | 836af6724f55b1b57b49c25ed8b12e5119c7a2e4 (diff) |
fuzzer: Factor out the replay functionality to a separate file.
Change-Id: Ief946b1703ef1ca0b17de3467dce66b4c3da2601
Diffstat (limited to 'test/helpers.hpp')
-rw-r--r-- | test/helpers.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/helpers.hpp b/test/helpers.hpp index cc8205e42..5b9b498db 100644 --- a/test/helpers.hpp +++ b/test/helpers.hpp @@ -7,6 +7,9 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#ifndef INCLUDED_TEST_HELPERS_HPP +#define INCLUDED_TEST_HELPERS_HPP + #include "config.h" #include <algorithm> @@ -570,4 +573,6 @@ inline void sendText(std::shared_ptr<LOOLWebSocket>& socket, const std::string& } +#endif + /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |