@@ -62,8 +62,6 @@ func TestBuilderEmptySketch(t *testing.T) {
6262
6363 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
6464 NoError (t , err )
65- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
66- NoError (t , err )
6765 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
6866 NoError (t , err )
6967 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "sketch.ino.cpp.o" ))
@@ -97,8 +95,6 @@ func TestBuilderBridge(t *testing.T) {
9795
9896 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
9997 NoError (t , err )
100- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
101- NoError (t , err )
10298 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
10399 NoError (t , err )
104100 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
@@ -133,8 +129,6 @@ func TestBuilderSketchWithConfig(t *testing.T) {
133129
134130 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
135131 NoError (t , err )
136- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
137- NoError (t , err )
138132 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
139133 NoError (t , err )
140134 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "sketch_with_config.ino.cpp.o" ))
@@ -173,8 +167,6 @@ func TestBuilderBridgeTwice(t *testing.T) {
173167
174168 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
175169 NoError (t , err )
176- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
177- NoError (t , err )
178170 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
179171 NoError (t , err )
180172 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
@@ -214,8 +206,6 @@ func TestBuilderBridgeSAM(t *testing.T) {
214206 NoError (t , err )
215207 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "avr" , "dtostrf.c.d" ))
216208 NoError (t , err )
217- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
218- NoError (t , err )
219209 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
220210 NoError (t , err )
221211 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
@@ -250,8 +240,6 @@ func TestBuilderBridgeRedBearLab(t *testing.T) {
250240
251241 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_CORE , "HardwareSerial.cpp.o" ))
252242 NoError (t , err )
253- _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET ))
254- NoError (t , err )
255243 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_PREPROC , constants .FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ))
256244 NoError (t , err )
257245 _ , err = os .Stat (filepath .Join (buildPath , constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ))
0 commit comments