@@ -40,9 +40,6 @@ func TestCTagsRunner(t *testing.T) {
40
40
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
41
41
return _err
42
42
}),
43
- & builder.ContainerFindIncludes {},
44
- & builder.PrintUsedLibrariesIfVerbose {},
45
- & builder.WarnAboutArchIncompatibleLibraries {},
46
43
types .BareCommand (func (ctx * types.Context ) error {
47
44
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
48
45
return _err
@@ -78,9 +75,6 @@ func TestCTagsRunnerSketchWithClass(t *testing.T) {
78
75
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
79
76
return _err
80
77
}),
81
- & builder.ContainerFindIncludes {},
82
- & builder.PrintUsedLibrariesIfVerbose {},
83
- & builder.WarnAboutArchIncompatibleLibraries {},
84
78
types .BareCommand (func (ctx * types.Context ) error {
85
79
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
86
80
return _err
@@ -114,9 +108,6 @@ func TestCTagsRunnerSketchWithTypename(t *testing.T) {
114
108
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
115
109
return _err
116
110
}),
117
- & builder.ContainerFindIncludes {},
118
- & builder.PrintUsedLibrariesIfVerbose {},
119
- & builder.WarnAboutArchIncompatibleLibraries {},
120
111
types .BareCommand (func (ctx * types.Context ) error {
121
112
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
122
113
return _err
@@ -149,9 +140,6 @@ func TestCTagsRunnerSketchWithNamespace(t *testing.T) {
149
140
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
150
141
return _err
151
142
}),
152
- & builder.ContainerFindIncludes {},
153
- & builder.PrintUsedLibrariesIfVerbose {},
154
- & builder.WarnAboutArchIncompatibleLibraries {},
155
143
types .BareCommand (func (ctx * types.Context ) error {
156
144
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
157
145
return _err
@@ -183,9 +171,6 @@ func TestCTagsRunnerSketchWithTemplates(t *testing.T) {
183
171
ctx .LineOffset , ctx .SketchSourceMerged , _err = bldr .PrepareSketchBuildPath (ctx .Sketch , ctx .SourceOverride , ctx .SketchBuildPath )
184
172
return _err
185
173
}),
186
- & builder.ContainerFindIncludes {},
187
- & builder.PrintUsedLibrariesIfVerbose {},
188
- & builder.WarnAboutArchIncompatibleLibraries {},
189
174
types .BareCommand (func (ctx * types.Context ) error {
190
175
ctagsOutput , _ , _ , _ , _err = builder .RunCTags (ctx .Sketch , ctx .SketchSourceMerged , "ctags_target.cpp" , ctx .BuildProperties , ctx .PreprocPath )
191
176
return _err
0 commit comments