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