test_package fixed

This commit is contained in:
Mateusz Pusz
2019-04-10 18:26:57 +01:00
parent 816c86a81a
commit 37bb680aff

View File

@ -48,5 +48,4 @@ class TestPackageConan(ConanFile):
def test(self):
if not tools.cross_building(self.settings):
with tools.environment_append(RunEnvironment(self).vars):
self._test_run(os.path.join("bin", "test_package_conan"))
self._test_run(os.path.join("bin", "test_package_cmake"))
self._test_run(os.path.join("bin", "test_package"))