Skip to content

Commit f2d04ca

Browse files
committed
Added prerequisites on AddBuildBoardProperty* test
Signed-off-by: Cristian Maglie <[email protected]>
1 parent 3b52ee4 commit f2d04ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: src/arduino.cc/builder/test/add_build_board_property_if_missing_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ import (
3939
)
4040

4141
func TestAddBuildBoardPropertyIfMissing(t *testing.T) {
42+
DownloadCoresAndToolsAndLibraries(t)
43+
4244
ctx := &types.Context{
4345
HardwareFolders: []string{filepath.Join("..", "hardware"), "hardware", "downloaded_hardware", "user_hardware"},
4446
FQBN: "my_avr_platform:avr:mymega",
@@ -66,6 +68,8 @@ func TestAddBuildBoardPropertyIfMissing(t *testing.T) {
6668
}
6769

6870
func TestAddBuildBoardPropertyIfMissingNotMissing(t *testing.T) {
71+
DownloadCoresAndToolsAndLibraries(t)
72+
6973
ctx := &types.Context{
7074
HardwareFolders: []string{filepath.Join("..", "hardware"), "hardware", "downloaded_hardware", "user_hardware"},
7175
FQBN: "my_avr_platform:avr:mymega:cpu=atmega2560",

0 commit comments

Comments
 (0)