@@ -53,9 +53,6 @@ func TestCTagsRunner(t *testing.T) {
53
53
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
54
54
return _err
55
55
}),
56
- & builder.ContainerFindIncludes {},
57
- & builder.PrintUsedLibrariesIfVerbose {},
58
- & builder.WarnAboutArchIncompatibleLibraries {},
59
56
types .BareCommand (func (ctx * types.Context ) error {
60
57
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
61
58
return _err
@@ -103,9 +100,6 @@ func TestCTagsRunnerSketchWithClass(t *testing.T) {
103
100
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
104
101
return _err
105
102
}),
106
- & builder.ContainerFindIncludes {},
107
- & builder.PrintUsedLibrariesIfVerbose {},
108
- & builder.WarnAboutArchIncompatibleLibraries {},
109
103
types .BareCommand (func (ctx * types.Context ) error {
110
104
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
111
105
return _err
@@ -151,9 +145,6 @@ func TestCTagsRunnerSketchWithTypename(t *testing.T) {
151
145
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
152
146
return _err
153
147
}),
154
- & builder.ContainerFindIncludes {},
155
- & builder.PrintUsedLibrariesIfVerbose {},
156
- & builder.WarnAboutArchIncompatibleLibraries {},
157
148
types .BareCommand (func (ctx * types.Context ) error {
158
149
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
159
150
return _err
@@ -198,9 +189,6 @@ func TestCTagsRunnerSketchWithNamespace(t *testing.T) {
198
189
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
199
190
return _err
200
191
}),
201
- & builder.ContainerFindIncludes {},
202
- & builder.PrintUsedLibrariesIfVerbose {},
203
- & builder.WarnAboutArchIncompatibleLibraries {},
204
192
types .BareCommand (func (ctx * types.Context ) error {
205
193
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
206
194
return _err
@@ -244,9 +232,6 @@ func TestCTagsRunnerSketchWithTemplates(t *testing.T) {
244
232
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
245
233
return _err
246
234
}),
247
- & builder.ContainerFindIncludes {},
248
- & builder.PrintUsedLibrariesIfVerbose {},
249
- & builder.WarnAboutArchIncompatibleLibraries {},
250
235
types .BareCommand (func (ctx * types.Context ) error {
251
236
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
252
237
return _err
0 commit comments