diff options
author | Jan Mercl <0xjnml@gmail.com> | 2020-09-27 13:44:30 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2020-09-27 13:44:30 +0200 |
commit | 07e75d44932dc9dac3c9ff0b8d39c9e5c9e5cb09 (patch) | |
tree | a864045ecdc8e6b848fc91d839926ef33124120a /Makefile | |
parent | b0f3112945d9b0621195730001f24286191f2650 (diff) |
WIPSwindows
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ grep=--include=*.go --include=*.l --include=*.y --include=*.yy ngrep='TODOOK\|internal\/vfs\|internal\/bin\|internal\/mptest\|.*stringer.*\.go' host=$(shell go env GOOS)-$(shell go env GOARCH) -testlog=testdata/testlog-$(shell echo $$GOOS)-$(shell echo $$GOARCH)$(shell echo $$SQLITE_TEST_SUFFIX) +testlog=testdata/testlog-$(shell echo $$GOOS)-$(shell echo $$GOARCH)-on-$(shell go env GOOS)-$(shell go env GOARCH) all: editor date @@ -63,7 +63,7 @@ test_linux_386: GOOS=linux GOARCH=386 make test test_linux_386_hosted: - GOOS=linux GOARCH=386 SQLITE_TEST_SUFFIX=-hosted-$(host) make test + GOOS=linux GOARCH=386 make test test_linux_arm: GOOS=linux GOARCH=arm make test |