Making compiler flag propagation test uniform
This commit is contained in:
parent
e101c77768
commit
b0d13f8fcc
@ -358,10 +358,10 @@ def test_concretize_compiler_flag_propagate(self):
|
|||||||
"Optional compiler propagation isn't deprecated for original concretizer"
|
"Optional compiler propagation isn't deprecated for original concretizer"
|
||||||
)
|
)
|
||||||
def test_concretize_compiler_flag_does_not_propagate(self):
|
def test_concretize_compiler_flag_does_not_propagate(self):
|
||||||
spec = Spec("hypre cflags='-g' ^openblas")
|
spec = Spec("callpath cflags='-g'")
|
||||||
spec.concretize()
|
spec.concretize()
|
||||||
|
|
||||||
assert not spec.satisfies("^openblas cflags='-g'")
|
assert not spec.satisfies("^dyninst cflags='-g'")
|
||||||
|
|
||||||
@pytest.mark.only_clingo(
|
@pytest.mark.only_clingo(
|
||||||
"Optional compiler propagation isn't deprecated for original concretizer"
|
"Optional compiler propagation isn't deprecated for original concretizer"
|
||||||
|
Loading…
Reference in New Issue
Block a user