mirror of
https://github.com/mpusz/mp-units.git
synced 2025-07-30 02:17:16 +02:00
test_package fixed
This commit is contained in:
@ -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"))
|
||||
|
Reference in New Issue
Block a user