Skip to content

Commit

Permalink
Added addStateFiles, generatePackageStateVarFields, generatePackageSt…
Browse files Browse the repository at this point in the history
…ateImportFields
  • Loading branch information
dave committed Dec 2, 2018
1 parent 8648790 commit a9e3c9e
Show file tree
Hide file tree
Showing 3 changed files with 376 additions and 11 deletions.
5 changes: 4 additions & 1 deletion libgo/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ func linkOptions() libgo.Options {
RootPath: "github.com/dave/link",
RootDir: filepath.Join(build.Default.GOPATH, "src", "github.com/dave/link"),
DisableTests: map[string]map[string]bool{
"cmd/link": {"TestDWARFiOS": true},
"cmd/link": {
"TestDWARF": true,
"TestDWARFiOS": true,
},
},
Init: false,
}
Expand Down
Loading

0 comments on commit a9e3c9e

Please sign in to comment.