summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbeck <>2022-11-06 12:59:46 +0000
committerbeck <>2022-11-06 12:59:46 +0000
commit91eec534a4bd072b85f03073db2c5897c2254389 (patch)
tree5236f1dbbb2cc58991dc83c86f3da6a06c83cead
parent31c0744f9f9f9f92ee48dfbb9f1ca0df0460ee92 (diff)
downloadopenbsd-91eec534a4bd072b85f03073db2c5897c2254389.tar.gz
openbsd-91eec534a4bd072b85f03073db2c5897c2254389.tar.bz2
openbsd-91eec534a4bd072b85f03073db2c5897c2254389.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>