From 39f6cd207851d7b67ca46903bfce4a9f615b5b1c Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Fri, 21 May 2021 03:48:07 +0000 Subject: upstream: unit test for misc.c:strdelim() that mostly servces to highlight its inconsistencies OpenBSD-Regress-ID: 8d2bf970fcc01ccc6e36a5065f89b9c7fa934195 --- Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b749206d..18cb4d46 100644 --- a/Makefile.in +++ b/Makefile.in @@ -648,7 +648,8 @@ UNITTESTS_TEST_MISC_OBJS=\ regress/unittests/misc/test_parse.o \ regress/unittests/misc/test_expand.o \ regress/unittests/misc/test_convtime.o \ - regress/unittests/misc/test_argv.o + regress/unittests/misc/test_argv.o \ + regress/unittests/misc/test_strdelim.o regress/unittests/misc/test_misc$(EXEEXT): \ ${UNITTESTS_TEST_MISC_OBJS} \ -- cgit v1.2.3