mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-03-13 17:42:02 +00:00
p7zip: add layout to test_package
This commit is contained in:
@ -2,11 +2,15 @@ import os.path
|
||||
|
||||
from conan import ConanFile
|
||||
from conan.tools.build import can_run
|
||||
from conan.tools.layout import basic_layout
|
||||
|
||||
|
||||
class TestPackageConan(ConanFile):
|
||||
settings = "os", "arch", "compiler", "build_type"
|
||||
|
||||
def layout(self):
|
||||
basic_layout(self)
|
||||
|
||||
def requirements(self):
|
||||
self.requires(self.tested_reference_str)
|
||||
|
||||
|
Reference in New Issue
Block a user