We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa478dd commit a9b0c9dCopy full SHA for a9b0c9d
legacy/builder/test/hardware_loader_test.go
@@ -27,6 +27,7 @@ import (
27
)
28
29
func TestLoadHardware(t *testing.T) {
30
+ DownloadCoresAndToolsAndLibraries(t)
31
ctx := &types.Context{
32
HardwareDirs: paths.NewPathList("downloaded_hardware", filepath.Join("..", "hardware"), "hardware"),
33
}
0 commit comments