@@ -30,7 +30,7 @@ func TestIncludesToIncludeFolders(t *testing.T) {
30
30
DownloadCoresAndToolsAndLibraries (t )
31
31
32
32
ctx := & types.Context {
33
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" ),
33
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" ),
34
34
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
35
35
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
36
36
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
@@ -66,7 +66,7 @@ func TestIncludesToIncludeFoldersSketchWithIfDef(t *testing.T) {
66
66
DownloadCoresAndToolsAndLibraries (t )
67
67
68
68
ctx := & types.Context {
69
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" ),
69
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" ),
70
70
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
71
71
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
72
72
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
@@ -101,7 +101,7 @@ func TestIncludesToIncludeFoldersIRremoteLibrary(t *testing.T) {
101
101
DownloadCoresAndToolsAndLibraries (t )
102
102
103
103
ctx := & types.Context {
104
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" ),
104
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" ),
105
105
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
106
106
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
107
107
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
@@ -139,7 +139,7 @@ func TestIncludesToIncludeFoldersANewLibrary(t *testing.T) {
139
139
DownloadCoresAndToolsAndLibraries (t )
140
140
141
141
ctx := & types.Context {
142
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" ),
142
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" ),
143
143
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
144
144
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
145
145
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
@@ -174,7 +174,7 @@ func TestIncludesToIncludeFoldersDuplicateLibs(t *testing.T) {
174
174
DownloadCoresAndToolsAndLibraries (t )
175
175
176
176
ctx := & types.Context {
177
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" , "user_hardware" ),
177
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" , "user_hardware" ),
178
178
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
179
179
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
180
180
SketchLocation : paths .New ("user_hardware" , "my_avr_platform" , "avr" , "libraries" , "SPI" , "examples" , "BarometricPressureSensor" , "BarometricPressureSensor.ino" ),
@@ -211,7 +211,7 @@ func TestIncludesToIncludeFoldersDuplicateLibsWithConflictingLibsOutsideOfPlatfo
211
211
DownloadCoresAndToolsAndLibraries (t )
212
212
213
213
ctx := & types.Context {
214
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" , "user_hardware" ),
214
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" , "user_hardware" ),
215
215
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
216
216
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
217
217
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
@@ -249,7 +249,7 @@ func TestIncludesToIncludeFoldersDuplicateLibs2(t *testing.T) {
249
249
DownloadCoresAndToolsAndLibraries (t )
250
250
251
251
ctx := & types.Context {
252
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" , "downloaded_board_manager_stuff" ),
252
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" , "downloaded_board_manager_stuff" ),
253
253
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
254
254
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
255
255
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
@@ -287,7 +287,7 @@ func TestIncludesToIncludeFoldersSubfolders(t *testing.T) {
287
287
DownloadCoresAndToolsAndLibraries (t )
288
288
289
289
ctx := & types.Context {
290
- HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "hardware" , " downloaded_hardware" ),
290
+ HardwareDirs : paths .NewPathList (filepath .Join (".." , "hardware" ), "downloaded_hardware" ),
291
291
BuiltInToolsDirs : paths .NewPathList ("downloaded_tools" ),
292
292
BuiltInLibrariesDirs : paths .NewPathList ("downloaded_libraries" ),
293
293
OtherLibrariesDirs : paths .NewPathList ("libraries" ),
0 commit comments