Skip to content

Commit 76fedc1

Browse files
Merge pull request #391 from jacobwilliams/390-typo-fix
Renamed the integrated tests preprocessor flag.
2 parents e9c150e + e5deb5f commit 76fedc1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+49
-43
lines changed

src/tests/jf_test_01.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ end subroutine print_json_variable
499499
end module jf_test_1_mod
500500
!*****************************************************************************************
501501

502-
#ifndef INTERGATED_TESTS
502+
#ifndef INTEGRATED_TESTS
503503
!*****************************************************************************************
504504
program jf_test_1
505505

src/tests/jf_test_02.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ end module jf_test_2_mod
408408
!*****************************************************************************************
409409

410410
!*****************************************************************************************
411-
#ifndef INTERGATED_TESTS
411+
#ifndef INTEGRATED_TESTS
412412
program jf_test_2
413413

414414
!! Second unit test.

src/tests/jf_test_03.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ end subroutine test_3
141141
end module jf_test_3_mod
142142
!*****************************************************************************************
143143

144-
#ifndef INTERGATED_TESTS
144+
#ifndef INTEGRATED_TESTS
145145

146146
!*****************************************************************************************
147147
program jf_test_3

src/tests/jf_test_04.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ end subroutine test_4
163163
end module jf_test_4_mod
164164
!*****************************************************************************************
165165

166-
#ifndef INTERGATED_TESTS
166+
#ifndef INTEGRATED_TESTS
167167
!*****************************************************************************************
168168
program jf_test_4
169169

src/tests/jf_test_05.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ end subroutine test_5
108108
end module jf_test_5_mod
109109
!*****************************************************************************************
110110

111-
#ifndef INTERGATED_TESTS
111+
#ifndef INTEGRATED_TESTS
112112
!*****************************************************************************************
113113
program jf_test_5
114114

src/tests/jf_test_06.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ end subroutine test_6
111111
end module jf_test_6_mod
112112
!*****************************************************************************************
113113

114-
#ifndef INTERGATED_TESTS
114+
#ifndef INTEGRATED_TESTS
115115
!*****************************************************************************************
116116
program jf_test_6
117117

src/tests/jf_test_07.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ end module jf_test_7_mod
264264
!*****************************************************************************************
265265

266266

267-
#ifndef INTERGATED_TESTS
267+
#ifndef INTEGRATED_TESTS
268268
!*****************************************************************************************
269269
program jf_test_7
270270

src/tests/jf_test_08.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ end subroutine test_8
129129
end module jf_test_8_mod
130130
!*****************************************************************************************
131131

132-
#ifndef INTERGATED_TESTS
132+
#ifndef INTEGRATED_TESTS
133133
!*****************************************************************************************
134134
program jf_test_8
135135

src/tests/jf_test_09.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ end subroutine read_file
144144

145145
end module jf_test_9_mod
146146
!*****************************************************************************************
147-
#ifndef INTERGATED_TESTS
147+
#ifndef INTEGRATED_TESTS
148148
!*****************************************************************************************
149149
program jf_test_9
150150

src/tests/jf_test_10.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ end subroutine test_10
337337
end module jf_test_10_mod
338338
!*****************************************************************************************
339339

340-
#ifndef INTERGATED_TESTS
340+
#ifndef INTEGRATED_TESTS
341341
!*****************************************************************************************
342342
program jf_test_10
343343

src/tests/jf_test_11.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ end subroutine test_11
277277
end module jf_test_11_mod
278278
!*****************************************************************************************
279279

280-
#ifndef INTERGATED_TESTS
280+
#ifndef INTEGRATED_TESTS
281281
!*****************************************************************************************
282282
program jf_test_11
283283

src/tests/jf_test_12.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ end subroutine test_12
235235
end module jf_test_12_mod
236236
!*****************************************************************************************
237237

238-
#ifndef INTERGATED_TESTS
238+
#ifndef INTEGRATED_TESTS
239239
!*****************************************************************************************
240240
program jf_test_12
241241

src/tests/jf_test_13.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end subroutine test_13
6565
end module jf_test_13_mod
6666
!*****************************************************************************************
6767

68-
#ifndef INTERGATED_TESTS
68+
#ifndef INTEGRATED_TESTS
6969
!*****************************************************************************************
7070
program jf_test_13
7171

src/tests/jf_test_14.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ end subroutine rename
149149
end module jf_test_14_mod
150150
!*****************************************************************************************
151151

152-
#ifndef INTERGATED_TESTS
152+
#ifndef INTEGRATED_TESTS
153153
!*****************************************************************************************
154154
program jf_test_14
155155

src/tests/jf_test_15.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ end subroutine test_15
107107
end module jf_test_15_mod
108108
!*****************************************************************************************
109109

110-
#ifndef INTERGATED_TESTS
110+
#ifndef INTEGRATED_TESTS
111111
!*****************************************************************************************
112112
program jf_test_15
113113

src/tests/jf_test_16.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ end subroutine test_16
219219
end module jf_test_16_mod
220220
!*****************************************************************************************
221221

222-
#ifndef INTERGATED_TESTS
222+
#ifndef INTEGRATED_TESTS
223223
!*****************************************************************************************
224224
program jf_test_16
225225

src/tests/jf_test_17.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ end subroutine test_17
173173
end module jf_test_17_mod
174174
!*****************************************************************************************
175175

176-
#ifndef INTERGATED_TESTS
176+
#ifndef INTEGRATED_TESTS
177177
!*****************************************************************************************
178178
program jf_test_17
179179

src/tests/jf_test_18.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ end subroutine test_18
109109
end module jf_test_18_mod
110110
!*****************************************************************************************
111111

112-
#ifndef INTERGATED_TESTS
112+
#ifndef INTEGRATED_TESTS
113113
!*****************************************************************************************
114114
program jf_test_18
115115

src/tests/jf_test_19.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ end subroutine test_19
163163
end module jf_test_19_mod
164164
!*****************************************************************************************
165165

166-
#ifndef INTERGATED_TESTS
166+
#ifndef INTEGRATED_TESTS
167167
!*****************************************************************************************
168168
program jf_test_19
169169

src/tests/jf_test_20.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ end subroutine test_20
200200
end module jf_test_20_mod
201201
!*****************************************************************************************
202202

203-
#ifndef INTERGATED_TESTS
203+
#ifndef INTEGRATED_TESTS
204204
!*****************************************************************************************
205205
program jf_test_20
206206

src/tests/jf_test_21.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ end subroutine test_21
7777
end module jf_test_21_mod
7878
!*****************************************************************************************
7979

80-
#ifndef INTERGATED_TESTS
80+
#ifndef INTEGRATED_TESTS
8181
!*****************************************************************************************
8282
program jf_test_21
8383

src/tests/jf_test_22.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ end subroutine test_22
7979
end module jf_test_22_mod
8080
!*****************************************************************************************
8181

82-
#ifndef INTERGATED_TESTS
82+
#ifndef INTEGRATED_TESTS
8383
!*****************************************************************************************
8484
program jf_test_22
8585

src/tests/jf_test_23.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ end subroutine test_23
292292
end module jf_test_23_mod
293293
!*****************************************************************************************
294294

295-
#ifndef INTERGATED_TESTS
295+
#ifndef INTEGRATED_TESTS
296296
!*****************************************************************************************
297297
program jf_test_23
298298

src/tests/jf_test_24.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ end subroutine test_24
160160
end module jf_test_24_mod
161161
!*****************************************************************************************
162162

163-
#ifndef INTERGATED_TESTS
163+
#ifndef INTEGRATED_TESTS
164164
!*****************************************************************************************
165165
program jf_test_24
166166

src/tests/jf_test_25.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ end subroutine test_25
149149
end module jf_test_25_mod
150150
!*****************************************************************************************
151151

152-
#ifndef INTERGATED_TESTS
152+
#ifndef INTEGRATED_TESTS
153153
!*****************************************************************************************
154154
program jf_test_25
155155

src/tests/jf_test_26.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ end subroutine test_26
6767

6868
end module jf_test_26_mod
6969

70-
#ifndef INTERGATED_TESTS
70+
#ifndef INTEGRATED_TESTS
7171
!*****************************************************************************************
7272
program jf_test_26
7373

src/tests/jf_test_27.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ end subroutine test_27
8282
end module jf_test_27_mod
8383
!*****************************************************************************************
8484

85-
#ifndef INTERGATED_TESTS
85+
#ifndef INTEGRATED_TESTS
8686
!*****************************************************************************************
8787
program jf_test_27
8888

src/tests/jf_test_28.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ end subroutine test_28
116116
end module jf_test_28_mod
117117
!*****************************************************************************************
118118

119-
#ifndef INTERGATED_TESTS
119+
#ifndef INTEGRATED_TESTS
120120
!*****************************************************************************************
121121
program jf_test_28
122122

src/tests/jf_test_29.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ end subroutine test_29
142142
end module jf_test_29_mod
143143
!*****************************************************************************************
144144

145-
#ifndef INTERGATED_TESTS
145+
#ifndef INTEGRATED_TESTS
146146
!*****************************************************************************************
147147
program jf_test_29
148148

src/tests/jf_test_30.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ end subroutine test_30
6969
end module jf_test_30_mod
7070
!*****************************************************************************************
7171

72-
#ifndef INTERGATED_TESTS
72+
#ifndef INTEGRATED_TESTS
7373
!*****************************************************************************************
7474
program jf_test_30
7575

src/tests/jf_test_31.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ end subroutine test_31
9494
end module jf_test_31_mod
9595
!*****************************************************************************************
9696

97-
#ifndef INTERGATED_TESTS
97+
#ifndef INTEGRATED_TESTS
9898
!*****************************************************************************************
9999
program jf_test_31
100100

src/tests/jf_test_32.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ end subroutine test_32
109109
end module jf_test_32_mod
110110
!*****************************************************************************************
111111

112-
#ifndef INTERGATED_TESTS
112+
#ifndef INTEGRATED_TESTS
113113
!*****************************************************************************************
114114
program jf_test_32
115115

src/tests/jf_test_33.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ end subroutine test_33
9494
end module jf_test_33_mod
9595
!*****************************************************************************************
9696

97-
#ifndef INTERGATED_TESTS
97+
#ifndef INTEGRATED_TESTS
9898
!*****************************************************************************************
9999
program jf_test_33
100100

src/tests/jf_test_34.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ end subroutine test_34
147147
end module jf_test_34_mod
148148
!*****************************************************************************************
149149

150-
#ifndef INTERGATED_TESTS
150+
#ifndef INTEGRATED_TESTS
151151
!*****************************************************************************************
152152
program jf_test_34
153153

src/tests/jf_test_35.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end subroutine test_35
8585
end module jf_test_35_mod
8686
!*****************************************************************************************
8787

88-
#ifndef INTERGATED_TESTS
88+
#ifndef INTEGRATED_TESTS
8989
!*****************************************************************************************
9090
program jf_test_35
9191

src/tests/jf_test_36.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ end subroutine test_36
118118
end module jf_test_36_mod
119119
!*****************************************************************************************
120120

121-
#ifndef INTERGATED_TESTS
121+
#ifndef INTEGRATED_TESTS
122122
!*****************************************************************************************
123123
program jf_test_36
124124

src/tests/jf_test_37.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ end subroutine test_37
125125
end module jf_test_37_mod
126126
!*****************************************************************************************
127127

128-
#ifndef INTERGATED_TESTS
128+
#ifndef INTEGRATED_TESTS
129129
!*****************************************************************************************
130130
program jf_test_37
131131

src/tests/jf_test_38.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ end subroutine test_38
131131
end module jf_test_38_mod
132132
!*****************************************************************************************
133133

134-
#ifndef INTERGATED_TESTS
134+
#ifndef INTEGRATED_TESTS
135135
!*****************************************************************************************
136136
program jf_test_38
137137

src/tests/jf_test_39.F90

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end subroutine test_39
6464
end module jf_test_39_mod
6565
!*****************************************************************************************
6666

67-
#ifndef INTERGATED_TESTS
67+
#ifndef INTEGRATED_TESTS
6868
!*****************************************************************************************
6969
program jf_test_39
7070

visual_studio/jsonfortrantest/jsonfortrantest.f90

+4
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ program jsonfortrantest
4444
use jf_test_35_mod , only: test_35
4545
use jf_test_36_mod , only: test_36
4646
use jf_test_37_mod , only: test_37
47+
use jf_test_38_mod , only: test_38
48+
use jf_test_39_mod , only: test_39
4749

4850
implicit none
4951

@@ -88,6 +90,8 @@ program jsonfortrantest
8890
call test_35(n_errors); if (n_errors /= 0) stop 1
8991
call test_36(n_errors); if (n_errors /= 0) stop 1
9092
call test_37(n_errors); if (n_errors /= 0) stop 1
93+
call test_38(n_errors); if (n_errors /= 0) stop 1
94+
call test_39(n_errors); if (n_errors /= 0) stop 1
9195

9296
end program jsonfortrantest
9397
!*****************************************************************************************

0 commit comments

Comments
 (0)