We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c9f20 commit 7c0e122Copy full SHA for 7c0e122
ci/fpm.toml
@@ -7,3 +7,4 @@ copyright = "2019-2021 stdlib contributors"
7
8
[dev-dependencies]
9
test-drive.git = "https://github.com/fortran-lang/test-drive"
10
+test-drive.tag = "v0.4.0"
src/tests/Makefile.manual
@@ -9,7 +9,7 @@ FETCH = curl -L
all test:: $(LIB)
11
testdrive.F90:
12
- $(FETCH) https://github.com/fortran-lang/test-drive/raw/main/src/testdrive.F90 > $@
+ $(FETCH) https://github.com/fortran-lang/test-drive/raw/v0.4.0/src/testdrive.F90 > $@
13
14
all test clean::
15
$(MAKE) -f Makefile.manual --directory=ascii $@
0 commit comments