Skip to content

Commit 2634f7c

Browse files
Merge pull request #308 from jacobwilliams/test-file-extensions
previous commit didn't properly rename the file extensions.
2 parents c26f7fc + c130b29 commit 2634f7c

28 files changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set ( JF_LIB_SRCS src/json_kinds.F90
5454
src/json_value_module.F90
5555
src/json_file_module.F90
5656
src/json_module.F90 )
57-
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.f90" )
57+
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
5858
set ( JF_TEST_UCS4_SUPPORT_SRC "${CMAKE_SOURCE_DIR}/src/tests/introspection/test_iso_10646_support.f90")
5959

6060
#-----------------------------------------
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)