diff options
author | tb <> | 2025-04-14 17:32:05 +0000 |
---|---|---|
committer | tb <> | 2025-04-14 17:32:05 +0000 |
commit | 247f0352e0ed72a4f476db9dc91f4d982bc83eb2 (patch) | |
tree | 7b0360394c2bb805dcc0bf3468a0acf7d1b7ae0e /src/regress/lib/libc/hash/Makefile | |
parent | 2ef160751df0d8026ff2919d366e6bf10c5794e0 (diff) | |
download | openbsd-247f0352e0ed72a4f476db9dc91f4d982bc83eb2.tar.gz openbsd-247f0352e0ed72a4f476db9dc91f4d982bc83eb2.tar.bz2 openbsd-247f0352e0ed72a4f476db9dc91f4d982bc83eb2.zip |
Add some regress coverage for the hashes in libc
Prompted by a pending diff by claudio
Diffstat (limited to 'src/regress/lib/libc/hash/Makefile')
-rw-r--r-- | src/regress/lib/libc/hash/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libc/hash/Makefile b/src/regress/lib/libc/hash/Makefile new file mode 100644 index 0000000000..54e4baace8 --- /dev/null +++ b/src/regress/lib/libc/hash/Makefile | |||
@@ -0,0 +1,3 @@ | |||
1 | PROG = hash_test | ||
2 | |||
3 | .include <bsd.regress.mk> | ||