Skip to content

Commit 3c18f3b

Browse files
committed
Merge branch 'test-file-names' of https://github.com/jacobwilliams/json-fortran into devel
2 parents aa85480 + 863dfc3 commit 3c18f3b

File tree

12 files changed

+14
-13
lines changed

12 files changed

+14
-13
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,9 @@ if ( ENABLE_TESTS )
301301
endif()
302302
endforeach ( UNIT_TEST )
303303

304-
set_property ( TEST jf_test_3
304+
set_property ( TEST jf_test_03
305305
APPEND
306-
PROPERTY DEPENDS jf_test_2 )
306+
PROPERTY DEPENDS jf_test_02 )
307307

308308
# Validate output
309309
if ( JSONLINT )
@@ -423,4 +423,4 @@ install(FILES
423423
if(MSVC_IDE)
424424
INCLUDE_DIRECTORIES("src")
425425
SET(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fpp")
426-
endif()
426+
endif()

0 commit comments

Comments
 (0)