@@ -61,7 +61,7 @@ func TestBuilderEmptySketch(t *testing.T) {
6161 exist , err := buildPath .Join (constants .FOLDER_CORE , "HardwareSerial.cpp.o" ).ExistCheck ()
6262 NoError (t , err )
6363 require .True (t , exist )
64- exist , err = buildPath .Join (constants .FOLDER_PREPROC , constants . FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ).ExistCheck ()
64+ exist , err = buildPath .Join (constants .FOLDER_PREPROC , "ctags_target_for_gcc_minus_e.cpp" ).ExistCheck ()
6565 NoError (t , err )
6666 require .True (t , exist )
6767 exist , err = buildPath .Join (constants .FOLDER_SKETCH , "sketch1.ino.cpp.o" ).ExistCheck ()
@@ -91,7 +91,7 @@ func TestBuilderBridge(t *testing.T) {
9191 exist , err := buildPath .Join (constants .FOLDER_CORE , "HardwareSerial.cpp.o" ).ExistCheck ()
9292 NoError (t , err )
9393 require .True (t , exist )
94- exist , err = buildPath .Join (constants .FOLDER_PREPROC , constants . FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ).ExistCheck ()
94+ exist , err = buildPath .Join (constants .FOLDER_PREPROC , "ctags_target_for_gcc_minus_e.cpp" ).ExistCheck ()
9595 NoError (t , err )
9696 require .True (t , exist )
9797 exist , err = buildPath .Join (constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ).ExistCheck ()
@@ -124,7 +124,7 @@ func TestBuilderSketchWithConfig(t *testing.T) {
124124 exist , err := buildPath .Join (constants .FOLDER_CORE , "HardwareSerial.cpp.o" ).ExistCheck ()
125125 NoError (t , err )
126126 require .True (t , exist )
127- exist , err = buildPath .Join (constants .FOLDER_PREPROC , constants . FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ).ExistCheck ()
127+ exist , err = buildPath .Join (constants .FOLDER_PREPROC , "ctags_target_for_gcc_minus_e.cpp" ).ExistCheck ()
128128 NoError (t , err )
129129 require .True (t , exist )
130130 exist , err = buildPath .Join (constants .FOLDER_SKETCH , "sketch_with_config.ino.cpp.o" ).ExistCheck ()
@@ -162,7 +162,7 @@ func TestBuilderBridgeTwice(t *testing.T) {
162162 exist , err := buildPath .Join (constants .FOLDER_CORE , "HardwareSerial.cpp.o" ).ExistCheck ()
163163 NoError (t , err )
164164 require .True (t , exist )
165- exist , err = buildPath .Join (constants .FOLDER_PREPROC , constants . FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ).ExistCheck ()
165+ exist , err = buildPath .Join (constants .FOLDER_PREPROC , "ctags_target_for_gcc_minus_e.cpp" ).ExistCheck ()
166166 NoError (t , err )
167167 require .True (t , exist )
168168 exist , err = buildPath .Join (constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ).ExistCheck ()
@@ -202,7 +202,7 @@ func TestBuilderBridgeSAM(t *testing.T) {
202202 exist , err = buildPath .Join (constants .FOLDER_CORE , "avr" , "dtostrf.c.d" ).ExistCheck ()
203203 NoError (t , err )
204204 require .True (t , exist )
205- exist , err = buildPath .Join (constants .FOLDER_PREPROC , constants . FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ).ExistCheck ()
205+ exist , err = buildPath .Join (constants .FOLDER_PREPROC , "ctags_target_for_gcc_minus_e.cpp" ).ExistCheck ()
206206 NoError (t , err )
207207 require .True (t , exist )
208208 exist , err = buildPath .Join (constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ).ExistCheck ()
@@ -242,7 +242,7 @@ func TestBuilderBridgeRedBearLab(t *testing.T) {
242242 exist , err := buildPath .Join (constants .FOLDER_CORE , "HardwareSerial.cpp.o" ).ExistCheck ()
243243 NoError (t , err )
244244 require .True (t , exist )
245- exist , err = buildPath .Join (constants .FOLDER_PREPROC , constants . FILE_CTAGS_TARGET_FOR_GCC_MINUS_E ).ExistCheck ()
245+ exist , err = buildPath .Join (constants .FOLDER_PREPROC , "ctags_target_for_gcc_minus_e.cpp" ).ExistCheck ()
246246 NoError (t , err )
247247 require .True (t , exist )
248248 exist , err = buildPath .Join (constants .FOLDER_SKETCH , "Bridge.ino.cpp.o" ).ExistCheck ()
0 commit comments