Skip to content

Commit 3a3881f

Browse files
committed
Adapt the version filter on run-test in the OPAM file
1 parent 3e72f05 commit 3a3881f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

coq-stablesort.opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ In addition, each of the above two kinds of mergesort functions has a smooth
3737
slices in the input."""
3838

3939
build: [make "-j%{jobs}%"]
40-
run-test: [make "-j%{jobs}%" "build-icfp25"]
40+
# The filter below has been added by hand to avoid running the test suite with
41+
# MathComp <= 2.2.
42+
run-test: [ [make "-j%{jobs}%" "build-icfp25" ] { "2.3~" <= coq-mathcomp-ssreflect:version } ]
4143
install: [make "install"]
4244
depends: [
4345
"coq" {>= "8.19"}

0 commit comments

Comments
 (0)