From 79916da3036f94a368ba8b29cb18c507e9939e16 Mon Sep 17 00:00:00 2001 From: "M. Scot Breitenfeld" Date: Fri, 14 Jun 2019 09:48:27 -0500 Subject: added missing MOD dependency --- fortran/test/CMakeLists.txt | 8 ++------ fortran/test/Makefile.am | 2 +- fortran/test/vol_connector.F90 | 2 ++ 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt index 921e29a..c5a47c0 100644 --- a/fortran/test/CMakeLists.txt +++ b/fortran/test/CMakeLists.txt @@ -571,9 +571,7 @@ endif () #-- Adding test for vol_connector add_executable (vol_connector - vol_connector.F90 - tH5L_F03.F90 - tHDF5_F03.F90) + vol_connector.F90) target_include_directories (vol_connector PRIVATE @@ -605,9 +603,7 @@ add_dependencies (vol_connector ${HDF5_F90_TEST_LIB_TARGET}) if (BUILD_SHARED_LIBS) add_executable (vol_connector-shared - vol_connector.F90 - tH5L_F03.F90 - tHDF5_F03.F90) + vol_connector.F90) target_include_directories (vol_connector-shared PRIVATE ${CMAKE_Fortran_MODULE_DIRECTORY}/shared diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am index f0d7f03..30bb2a0 100644 --- a/fortran/test/Makefile.am +++ b/fortran/test/Makefile.am @@ -50,7 +50,7 @@ fortranlib_test_1_8_SOURCES = tH5O.F90 tH5A_1_8.F90 tH5G_1_8.F90 tH5MISC_1_8.F90 fortranlib_test_F03_SOURCES = tH5E_F03.F90 tH5F_F03.F90 tH5L_F03.F90 \ tH5O_F03.F90 tH5P_F03.F90 tH5T_F03.F90 tHDF5_F03.F90 fortranlib_test_F03.F90 -vol_connector_SOURCES=vol_connector.F90 +vol_connector_SOURCES=tf_gen.F90 tf.F90 vol_connector.F90 fflush1_SOURCES=fflush1.F90 fflush2_SOURCES=fflush2.F90 diff --git a/fortran/test/vol_connector.F90 b/fortran/test/vol_connector.F90 index 0394188..655b690 100644 --- a/fortran/test/vol_connector.F90 +++ b/fortran/test/vol_connector.F90 @@ -28,6 +28,8 @@ MODULE VOL_TMOD USE HDF5 + USE TH5_MISC + USE TH5_MISC_GEN IMPLICIT NONE INTEGER, PARAMETER :: NATIVE_VOL_CONNECTOR_VALUE = 0 -- cgit v0.12