Skip to content

Commit 2962a54

Browse files
authored
Print versioninfo(; verbose = true) at the beginning of the test suite
1 parent 650f40f commit 2962a54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/runtests.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ using Test
22
using LoopVectorization
33
using LinearAlgebra
44

5+
import InteractiveUtils
6+
7+
InteractiveUtils.versioninfo(stdout; verbose = true)
8+
59
# const START_TIME = time()
610
# exceeds_time_limit() = (time() - START_TIME) > 35 * 60
711

0 commit comments

Comments
 (0)