blob: 852d9bfe3363d0afae14343e59bd8995c9a6daba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $OpenBSD: Makefile,v 1.2 2009/12/24 23:29:44 schwarze Exp $
REGRESS_TARGETS=tag inset hang diag column
GROFF_TARGETS=tag inset hang diag column
REGRESS_TARGETS+=EMULTILIST ENOTYPE
REGRESS_SLOW_TARGETS=EMULTILIST
# broken:
# different rendering of bullet
# and different indentation
#REGRESS_TARGETS+=bullet
#GROFF_TARGETS+=bullet.out_ascii
# broken:
# different indentation
#REGRESS_TARGETS+=enum
#GROFF_TARGETS+=enum.out_ascii
.include <bsd.regress.mk>
|