test

package
v0.0.0-...-bbf7051 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 16, 2018 License: GPL-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const BOARD_MANAGER_FOLDER = "downloaded_board_manager_stuff"
View Source
const HARDWARE_FOLDER = "downloaded_hardware"
View Source
const LIBRARIES_FOLDER = "downloaded_libraries"
View Source
const PATCHES_FOLDER = "downloaded_stuff_patches"
View Source
const TOOLS_FOLDER = "downloaded_tools"

Variables

This section is empty.

Functions

func Abs

func Abs(t *testing.T, rel string) string

func DownloadCoresAndToolsAndLibraries

func DownloadCoresAndToolsAndLibraries(t *testing.T)

func LoadAndInterpolate

func LoadAndInterpolate(t *testing.T, filename string, ctx *types.Context) string

func NoError

func NoError(t *testing.T, err error, msgAndArgs ...interface{})

func SetupBuildCachePath

func SetupBuildCachePath(t *testing.T, ctx *types.Context) string

func SetupBuildPath

func SetupBuildPath(t *testing.T, ctx *types.Context) string

Types

type ByLibraryName

type ByLibraryName []*types.Library

func (ByLibraryName) Len

func (s ByLibraryName) Len() int

func (ByLibraryName) Less

func (s ByLibraryName) Less(i, j int) bool

func (ByLibraryName) Swap

func (s ByLibraryName) Swap(i, j int)

type Core

type Core struct {
	Maintainer string
	Arch       string
	Version    string
	Url        string
}

type Library

type Library struct {
	Name                   string
	Version                string
	VersionInLibProperties string
	Url                    string
}

type OsUrl

type OsUrl struct {
	Os  string
	Url string
}

type Tool

type Tool struct {
	Name    string
	Package string
	Version string
	OsUrls  []OsUrl
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL