Skip to content

Commit

Permalink
Merge branch 'develop2' into release/2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Apr 11, 2023
2 parents 92caa56 + 5569c7e commit 47af537
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conans/test/functional/tools/scm/test_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ def test_full_scm(self):
assert "pkg2/0.1: MYCMAKE-BUILD: mycmake2!" in c2.out
assert "pkg2/0.1: MYFILE-BUILD: my2header!" in c2.out

@pytest.mark.tool_cmake
@pytest.mark.tool("cmake")
def test_exports_sources_common_code_layout(self):
""" This is a copy of test_exports_sources_common_code_layout in test_in_subfolder.py
but instead of using "exports", trying to implement it with Git features
Expand Down Expand Up @@ -630,7 +630,7 @@ def build(self):
assert "MYDEFINE: MYDEFINEVALUE" in c.out

c.run("install pkg -s build_type=Debug")
c.run("build pkg")
c.run("build pkg -s build_type=Debug")
assert "MYUTILS.CMAKE!" in c.out
assert "main: Debug!" in c.out
assert "MYDEFINE: MYDEFINEVALUE" in c.out
Expand Down

0 comments on commit 47af537

Please sign in to comment.