diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-14 15:27:50 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-14 15:27:50 +0100 |
commit | 770b1c5c76b1d88b1e70cb1da8238a86fe78272e (patch) | |
tree | 3b0e9aa56eb5a094eb99d6b28b5883f3490fd481 /test/buildtool/execution_api/local/local_api.test.cpp | |
parent | c069b6f25578bfff9c6756be87f4b80ffbb7a62d (diff) | |
download | justbuild-770b1c5c76b1d88b1e70cb1da8238a86fe78272e.tar.gz |
ExecutionApi: Add test for creating outdirs before execution
Diffstat (limited to 'test/buildtool/execution_api/local/local_api.test.cpp')
-rw-r--r-- | test/buildtool/execution_api/local/local_api.test.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/buildtool/execution_api/local/local_api.test.cpp b/test/buildtool/execution_api/local/local_api.test.cpp index e01ae7de..7ffd65fd 100644 --- a/test/buildtool/execution_api/local/local_api.test.cpp +++ b/test/buildtool/execution_api/local/local_api.test.cpp @@ -42,3 +42,9 @@ TEST_CASE_METHOD(HermeticLocalTestFixture, TestRetrieveTwoIdenticalTreesToPath( api_factory, {}, "local", /*is_hermetic=*/true); } + +TEST_CASE_METHOD(HermeticLocalTestFixture, + "LocalAPI: Create directory prior to execution", + "[execution_api]") { + TestCreateDirPriorToExecution(api_factory, {}, /*is_hermetic=*/true); +} |