blob: 7439062b8b4676f510a1ea27f5ffd01337d6ea9e (
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.4 2010/04/13 22:49:47 schwarze Exp $
REGRESS_TARGETS=tag inset hang diag column multitag nested
GROFF_TARGETS=tag inset hang diag column multitag nested
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>
|