Skip to content

Commit 9f79ec1

Browse files
committed
visual studio project update
1 parent f02763c commit 9f79ec1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

visual_studio/jsonfortrantest/jsonfortrantest.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ program jsonfortrantest
5454
use jf_test_45_mod , only: test_45
5555
use jf_test_46_mod , only: test_46
5656
use jf_test_47_mod , only: test_47
57+
use jf_test_48_mod , only: test_48
5758

5859
implicit none
5960

@@ -108,6 +109,7 @@ program jsonfortrantest
108109
call test_45(n_errors); if (n_errors /= 0) stop 1
109110
call test_46(n_errors); if (n_errors /= 0) stop 1
110111
call test_47(n_errors); if (n_errors /= 0) stop 1
112+
call test_48(n_errors); if (n_errors /= 0) stop 1
111113

112114
end program jsonfortrantest
113115
!*****************************************************************************************

visual_studio/jsonfortrantest/jsonfortrantest.vfproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,6 @@
9393
<File RelativePath="..\..\src\tests\jf_test_45.F90"/>
9494
<File RelativePath="..\..\src\tests\jf_test_46.F90"/>
9595
<File RelativePath="..\..\src\tests\jf_test_47.F90"/>
96+
<File RelativePath="..\..\src\tests\jf_test_48.F90"/>
9697
<File RelativePath=".\jsonfortrantest.f90"/></Filter></Files>
9798
<Globals/></VisualStudioProject>

0 commit comments

Comments
 (0)