We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
1 parent 82be52f commit 23f8483Copy full SHA for 23f8483
tools/download_test.go
@@ -18,7 +18,15 @@ func Test_findBaseDir(t *testing.T) {
18
{[]string{"bin/bossac"}, "bin/"},
19
{[]string{"bin/", "bin/bossac"}, "bin/"},
20
{[]string{"bin/", "bin/bossac", "example"}, ""},
21
- {[]string{"avrdude/bin/avrdude", "avrdude/etc/avrdude.conf"}, "avrdude/"},
+ {[]string{"avrdude/bin/",
22
+ "avrdude/bin/avrdude.exe",
23
+ "avrdude/bin/remove_giveio.bat",
24
+ "avrdude/bin/status_giveio.bat",
25
+ "avrdude/bin/giveio.sys",
26
+ "avrdude/bin/loaddrv.exe",
27
+ "avrdude/bin/libusb0.dll",
28
+ "avrdude/bin/install_giveio.bat",
29
+ "avrdude/etc/avrdude.conf"}, "avrdude/"},
30
{[]string{"pax_global_header", "bin/", "bin/bossac"}, "bin/"},
31
}
32
for _, tt := range cases {
0 commit comments