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 e1bd9cc commit 27abda9Copy full SHA for 27abda9
mlir/test/Target/ExportSMTLIB/basic.mlir
@@ -1,7 +1,6 @@
1
// REQUIRES: z3-prover
2
-// RUN: mlir-translate --export-smtlib %s | z3 -in %t 2>&1 | FileCheck %s
+// RUN: mlir-translate --export-smtlib %s | z3 -in 2>&1 | FileCheck %s
3
// RUN: mlir-translate --export-smtlib --smtlibexport-inline-single-use-values %s | z3 -in 2>&1 | FileCheck %s
4
-// REQUIRES: z3
5
6
// Function and constant symbol declarations, uninterpreted sorts
7
smt.solver () : () -> () {
mlir/test/Target/ExportSMTLIB/lit.local.cfg
@@ -1,3 +1,5 @@
+import lit.util
+
if lit.util.which("z3", config.environment["PATH"]):
config.available_features.add("z3-prover")
0 commit comments