blob: 9e8722722a0889a27e6b5f9fc56ad75c13956228 (
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.1 2009/10/28 03:20:42 schwarze Exp $
REGRESS_TARGETS=tag inset hang diag
GROFF_TARGETS=tag inset hang diag
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>
|