Skip to content

Commit 7c0e122

Browse files
committed
Pin test-drive to version 0.4.0
1 parent 15c9f20 commit 7c0e122

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/fpm.toml

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ copyright = "2019-2021 stdlib contributors"
77

88
[dev-dependencies]
99
test-drive.git = "https://github.com/fortran-lang/test-drive"
10+
test-drive.tag = "v0.4.0"

src/tests/Makefile.manual

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ FETCH = curl -L
99
all test:: $(LIB)
1010

1111
testdrive.F90:
12-
$(FETCH) https://github.com/fortran-lang/test-drive/raw/main/src/testdrive.F90 > $@
12+
$(FETCH) https://github.com/fortran-lang/test-drive/raw/v0.4.0/src/testdrive.F90 > $@
1313

1414
all test clean::
1515
$(MAKE) -f Makefile.manual --directory=ascii $@

0 commit comments

Comments
 (0)