aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2020-09-27 13:44:30 +0200
committerJan Mercl <0xjnml@gmail.com>2020-09-27 13:44:30 +0200
commit07e75d44932dc9dac3c9ff0b8d39c9e5c9e5cb09 (patch)
treea864045ecdc8e6b848fc91d839926ef33124120a /Makefile
parentb0f3112945d9b0621195730001f24286191f2650 (diff)
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