Skip to content

Commit

Permalink
rust: fix MSVC test_package
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Apr 5, 2024
1 parent a45d789 commit 3481f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/rust/all/test_package/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ def build(self):

def test(self):
if can_run(self):
bin_path = os.path.join(self.build_folder, "release", "greetings")
bin_path = os.path.join(self.cpp.build.bindir, "release", "greetings")
self.run(bin_path, env="conanrun")

0 comments on commit 3481f3f

Please sign in to comment.