aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJan Mercl <0xjnml@gmail.com>2017-07-03 14:43:34 +0200
committerJan Mercl <0xjnml@gmail.com>2017-07-03 14:43:34 +0200
commit51c2f03f63483b0e3312cce063e6798f6b90f38f (patch)
treee4d52b9295a5b74e678841935a37fdd631b9e2fb /Makefile
parent4e3524142cc666356aca97ec00c89408f0def926 (diff)
all_test/TestThread{1,4}: Run more than once.
modified: Makefile modified: all_test.go
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 800f2df..8a864e1 100644
--- a/Makefile
+++ b/Makefile
@@ -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