blob: 68a8b3bf84e6fde9feb8c5ee8b3257fffa10798c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# $OpenBSD: Makefile,v 1.7 2022/06/03 11:50:25 schwarze Exp $
#
# This directory is intended for tests of string *definitions*,
# in particular testing the behaviour of the .ds and .as macros.
# Tests of string *expansion* are better placed in the roff/string
# directory.
REGRESS_TARGETS = append escname nested quoting tab
.include <bsd.regress.mk>
|