diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-07-29 17:59:35 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-08-07 14:43:19 +0200 |
commit | 4989605b096701fee6f1049bdad0827f81d9fb00 (patch) | |
tree | 999d7e135dec156c8a171c4529792ae82245f58a /test/buildtool/execution_api/common/api_test.hpp | |
parent | d7d742d1687dd198abd9624d6fe2fc76b7d6a745 (diff) | |
download | justbuild-4989605b096701fee6f1049bdad0827f81d9fb00.tar.gz |
Add missing guard
Diffstat (limited to 'test/buildtool/execution_api/common/api_test.hpp')
-rw-r--r-- | test/buildtool/execution_api/common/api_test.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/common/api_test.hpp b/test/buildtool/execution_api/common/api_test.hpp index 54394b62..b93215a5 100644 --- a/test/buildtool/execution_api/common/api_test.hpp +++ b/test/buildtool/execution_api/common/api_test.hpp @@ -12,6 +12,9 @@ // See the License for the specific language governing permissions and // limitations under the License. +#ifndef INCLUDED_SRC_TEST_BUILDTOOL_EXECUTION_API_COMMON_API_TEST_HPP +#define INCLUDED_SRC_TEST_BUILDTOOL_EXECUTION_API_COMMON_API_TEST_HPP + #include <cstdlib> #include <filesystem> #include <functional> @@ -691,3 +694,5 @@ TestRetrieveFileAndSymlinkWithSameContentToPath(ApiFactory const& api_factory, } } } + +#endif // INCLUDED_SRC_TEST_BUILDTOOL_EXECUTION_API_COMMON_API_TEST_HPP |