summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/hash/Makefile
diff options
context:
space:
mode:
authortb <>2025-04-14 18:33:56 +0000
committertb <>2025-04-14 18:33:56 +0000
commit612af42285ca57d13d2a643f6a1dbd10fb1674f1 (patch)
tree748061a7ff771a43d8308a4e48ff301760e11078 /src/regress/lib/libc/hash/Makefile
parentdecd7327e16dd50a92021e1ffd8188ffd4508d08 (diff)
downloadopenbsd-master.tar.gz
openbsd-master.tar.bz2
openbsd-master.zip
Enable remaining tests with NULL, 0HEADmaster
Now that libc is fixed, we can do this also for md5, rmd160 and sha1.
Diffstat (limited to 'src/regress/lib/libc/hash/Makefile')
-rw-r--r--src/regress/lib/libc/hash/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/regress/lib/libc/hash/Makefile b/src/regress/lib/libc/hash/Makefile
index 54e4baace8..9bd69bf8df 100644
--- a/src/regress/lib/libc/hash/Makefile
+++ b/src/regress/lib/libc/hash/Makefile
@@ -1,3 +1,5 @@
1# $OpenBSD: Makefile,v 1.2 2025/04/14 18:33:56 tb Exp $
2
1PROG = hash_test 3PROG = hash_test
2 4
3.include <bsd.regress.mk> 5.include <bsd.regress.mk>