Skip to content

Commit d09b639

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

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

ci/fpm.toml

Lines changed: 1 addition & 0 deletions
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"

config/cmake/Findtest-drive.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ foreach(method ${${_pkg}_FIND_METHOD})
136136
FetchContent_Declare(
137137
"${_lib}"
138138
GIT_REPOSITORY "${_url}"
139-
GIT_TAG "HEAD"
139+
GIT_TAG "v0.4.0"
140140
)
141141
FetchContent_MakeAvailable("${_lib}")
142142

src/tests/Makefile.manual

Lines changed: 1 addition & 1 deletion
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)