Skip to content

Commit 863dfc3

Browse files
committed
added some leading zeros to some test file names solely for sorting purposes.
1 parent aaf2c84 commit 863dfc3

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)