From 07e75d44932dc9dac3c9ff0b8d39c9e5c9e5cb09 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Sun, 27 Sep 2020 13:44:30 +0200 Subject: WIPS --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2