libstdcompat: removed duplicate build-time test method (#44725)

* libstdcompat: removed stand-alone test method
This commit is contained in:
AcriusWinter
2024-06-14 17:40:03 -07:00
committed by GitHub
parent 72bb656b9e
commit db94696cf0

View File

@@ -107,8 +107,3 @@ def cmake_args(self):
else:
args.append("-DBUILD_TESTING=OFF")
return args
@run_after("build")
@on_package_attributes(run_tests=True)
def test(self):
make("test")