etest 0.3.1

Allows to control behaviour of `#[test]` like functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TOP_SRCDIR := $(abspath $(dir $(firstword ${MAKEFILE_LIST})))

IS_RELEASE ?=
IS_OFFLINE ?=

srcdir = .

all:

include mk/init.mk

-include ${HOME}/.config/rust/common.mk
-include ${HOME}/.config/rust/etest.mk
-include .local.mk

include mk/tools.mk
include mk/cargo.mk
include mk/grcov.mk