Skip to content

Commit

Permalink
Test: add integration test cases to cover Custom build with custom wo…
Browse files Browse the repository at this point in the history
…rking directory (#4184)
  • Loading branch information
moelasmar authored Sep 1, 2022
1 parent e9bd573 commit c7962c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/integration/buildcmd/test_build_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,13 @@ def test_building_Makefile(self, runtime, use_container, manifest, architecture)
[
("custom_build_with_custom_root_project_path.yaml", "empty_src_code", False),
("custom_build_with_custom_make_file_path.yaml", "provided_src_code_without_makefile", False),
("custom_build_with_custom_working_dir.yaml", "custom_working_dir_src_code", False),
("custom_build_with_custom_root_project_path_and_custom_makefile_path.yaml", "empty_src_code", False),
(
"custom_build_with_custom_root_project_path_custom_makefile_path_and_custom_working_dir.yaml",
"empty_src_code",
False,
),
],
)
class TestBuildCommand_ProvidedFunctionsWithCustomMetadata(BuildIntegProvidedBase):
Expand Down

0 comments on commit c7962c5

Please sign in to comment.