@@ -62,8 +62,6 @@ func TestBuilderEmptySketch(t *testing.T) {
62
62
63
63
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
64
64
NoError (t , err )
65
- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
66
- NoError (t , err )
67
65
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
68
66
NoError (t , err )
69
67
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "sketch.ino.cpp.o" ))
@@ -97,8 +95,6 @@ func TestBuilderBridge(t *testing.T) {
97
95
98
96
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
99
97
NoError (t , err )
100
- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
101
- NoError (t , err )
102
98
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
103
99
NoError (t , err )
104
100
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
@@ -133,8 +129,6 @@ func TestBuilderSketchWithConfig(t *testing.T) {
133
129
134
130
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
135
131
NoError (t , err )
136
- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
137
- NoError (t , err )
138
132
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
139
133
NoError (t , err )
140
134
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "sketch_with_config.ino.cpp.o" ))
@@ -173,8 +167,6 @@ func TestBuilderBridgeTwice(t *testing.T) {
173
167
174
168
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
175
169
NoError (t , err )
176
- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
177
- NoError (t , err )
178
170
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
179
171
NoError (t , err )
180
172
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
@@ -214,8 +206,6 @@ func TestBuilderBridgeSAM(t *testing.T) {
214
206
NoError (t , err )
215
207
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "avr" , "dtostrf.c.d" ))
216
208
NoError (t , err )
217
- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
218
- NoError (t , err )
219
209
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
220
210
NoError (t , err )
221
211
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
@@ -250,8 +240,6 @@ func TestBuilderBridgeRedBearLab(t *testing.T) {
250
240
251
241
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
252
242
NoError (t , err )
253
- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
254
- NoError (t , err )
255
243
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
256
244
NoError (t , err )
257
245
_ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
0 commit comments