From b8345f52605c77f10afbaf258d5a0a27aa5396d4 Mon Sep 17 00:00:00 2001 From: Mus M Date: Mon, 7 May 2018 11:10:45 -0400 Subject: [PATCH] Add HDF5 library version to start of testing Add HDF5 library version at the start of testing --- test/runtests.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/runtests.jl b/test/runtests.jl index de8c5f187..0d7262219 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -2,6 +2,8 @@ using HDF5 using Compat.Test using Compat.Distributed +println("HDF5 version ", HDF5.h5_get_libversion()) + include("plain.jl") include("readremote.jl") include("extend_test.jl")