diff options
| author | beck <> | 2022-11-06 12:59:46 +0000 |
|---|---|---|
| committer | beck <> | 2022-11-06 12:59:46 +0000 |
| commit | 91eec534a4bd072b85f03073db2c5897c2254389 (patch) | |
| tree | 5236f1dbbb2cc58991dc83c86f3da6a06c83cead /src/regress/lib/libc | |
| parent | 31c0744f9f9f9f92ee48dfbb9f1ca0df0460ee92 (diff) | |
| download | openbsd-91eec534a4bd072b85f03073db2c5897c2254389.tar.gz openbsd-91eec534a4bd072b85f03073db2c5897c2254389.tar.bz2 openbsd-91eec534a4bd072b85f03073db2c5897c2254389.zip | |
Enable time_conversion regress tests
Diffstat (limited to 'src/regress/lib/libc')
| -rw-r--r-- | src/regress/lib/libc/time/Makefile | 3 |
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 | ||
| 3 | SUBDIR+=strptime | 3 | SUBDIR+=strptime |
| 4 | SUBDIR+=time_conversion | ||
| 4 | 5 | ||
| 5 | .include <bsd.subdir.mk> | 6 | .include <bsd.subdir.mk> |
