This commit is contained in:
Cadey Ratio 2018-06-20 08:08:11 -07:00
parent e86f68c114
commit 94352f8bc0
4 changed files with 1 additions and 5 deletions

View File

@ -1,3 +1 @@
include_rules
: |> go test -v ./cmd/land | tee %o |> bin/test.log

View File

@ -1,3 +1 @@
.gitignore
: *_test.go |> vgo test -v -cover -race -o %o |> ./bin/%d.test

View File

@ -1,3 +1,4 @@
include_rules
: *_test.go | testdata/arbint.wasm testdata/struct.wasm |> vgo test -v -cover -race -o %o -c |> ../../bin/%d.test
: *.go |> vgo build -o %o |> ../../bin/land

View File

@ -2,7 +2,6 @@
"name": "userland",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@webassemblyjs/ast": {
"version": "1.4.3",