diff options
author | Jan Mercl <0xjnml@gmail.com> | 2017-07-03 14:43:34 +0200 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2017-07-03 14:43:34 +0200 |
commit | 51c2f03f63483b0e3312cce063e6798f6b90f38f (patch) | |
tree | e4d52b9295a5b74e678841935a37fdd631b9e2fb /Makefile | |
parent | 4e3524142cc666356aca97ec00c89408f0def926 (diff) |
all_test/TestThread{1,4}: Run more than once.
modified: Makefile
modified: all_test.go
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ all: editor clean: go clean - rm -f *~ *.test *.out + rm -f *~ *.test *.out test.db testdb-* tt4-test*.db cover: t=$(shell tempfile) ; go test -coverprofile $$t && go tool cover -html $$t && unlink $$t |