maddy

git clone git://git.lin.moe/fmaddy/maddy.git

1#!/bin/sh
2if [ -z "$GO" ]; then
3	GO=go
4fi
5exec $GO test -tags 'cover_main debugflags' -coverpkg 'github.com/foxcpp/maddy,github.com/foxcpp/maddy/pkg/...,github.com/foxcpp/maddy/internal/...' -cover -covermode atomic -c cover_test.go -o maddy.cover