We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee9be0 commit ef0f3b9Copy full SHA for ef0f3b9
recipes/cc65/all/test_package/conanfile.py
@@ -3,13 +3,13 @@
3
4
from conan import ConanFile
5
from conan.tools.build import can_run
6
-from conan.tools.files import copy, mkdir, rm
+from conan.tools.files import mkdir, rm
7
from conan.tools.layout import basic_layout
8
9
10
class TestPackageConan(ConanFile):
11
settings = "os", "arch", "compiler", "build_type"
12
- generators = "VirtualRunEnv"
+ generators = "VirtualRunEnv", "VirtualBuildEnv"
13
test_type = "explicit"
14
15
_targets = ("c64", "apple2")
0 commit comments