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
M4 ?=		m4
M4_FLAGS ?=
M4_FLAGS +=	--prefix-builtin

FORCE:
	@:

.PHONY:	FORCE

%/.dirstamp:
	mkdir -p '${@D}'
	@touch '$@'

clean:		clean-common

clean-common:
	rm -f ${CLEANFILES}