diff options
Diffstat (limited to 'regress/char/accent/Makefile')
-rw-r--r-- | regress/char/accent/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/regress/char/accent/Makefile b/regress/char/accent/Makefile new file mode 100644 index 00000000..4bc149a7 --- /dev/null +++ b/regress/char/accent/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2014/03/08 18:00:59 schwarze Exp $ + +REGRESS_TARGETS = nocombine utf8only combine +SKIP_ASCII = utf8only combine +UTF8_TARGETS = nocombine utf8only combine + +.include <bsd.regress.mk> |