diff options
Diffstat (limited to 'deps/fff/test/include/fff_wrapper.hpp')
-rw-r--r-- | deps/fff/test/include/fff_wrapper.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deps/fff/test/include/fff_wrapper.hpp b/deps/fff/test/include/fff_wrapper.hpp new file mode 100644 index 0000000..e3c0cac --- /dev/null +++ b/deps/fff/test/include/fff_wrapper.hpp @@ -0,0 +1,11 @@ +/* Copyright 2022 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + +#pragma once + +#include <functional> + +#include "custom_function.hpp" + +#include <fff.h>
\ No newline at end of file |