summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2022-11-06 12:59:46 +0000
committerbeck <>2022-11-06 12:59:46 +0000
commit668373dbd95eceaf203a1210c28740b9b8da8815 (patch)
tree5236f1dbbb2cc58991dc83c86f3da6a06c83cead
parent54ab2ed9ac0caba30584b9b21584430cea80388c (diff)
downloadopenbsd-668373dbd95eceaf203a1210c28740b9b8da8815.tar.gz
openbsd-668373dbd95eceaf203a1210c28740b9b8da8815.tar.bz2
openbsd-668373dbd95eceaf203a1210c28740b9b8da8815.zip
Enable time_conversion regress tests
-rw-r--r--src/regress/lib/libc/time/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/time/Makefile b/src/regress/lib/libc/time/Makefile
index 28b5556027..1fc8541dc8 100644
--- a/src/regress/lib/libc/time/Makefile
+++ b/src/regress/lib/libc/time/Makefile
@@ -1,5 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2004/01/20 16:47:55 millert Exp $ 1# $OpenBSD: Makefile,v 1.2 2022/11/06 12:59:46 beck Exp $
2 2
3SUBDIR+=strptime 3SUBDIR+=strptime
4SUBDIR+=time_conversion
4 5
5.include <bsd.subdir.mk> 6.include <bsd.subdir.mk>