aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 429dae1..6d0c62e 100644
--- a/Makefile
+++ b/Makefile
@@ -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