uniq: Replace NetBSD's unit tests with our own.
These new tests cover more functionality and are easier to extend. MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: emaste Differential Revision: https://reviews.freebsd.org/D43381
This commit is contained in:
@@ -51,6 +51,14 @@
|
||||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20240112: replaced NetBSD tests for uniq with our own
|
||||
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.in
|
||||
OLD_FILES+=usr/tests/usr.bin/uniq/d_basic.out
|
||||
OLD_FILES+=usr/tests/usr.bin/uniq/d_counts.out
|
||||
OLD_FILES+=usr/tests/usr.bin/uniq/d_input.in
|
||||
OLD_FILES+=usr/tests/usr.bin/uniq/d_show_duplicates.out
|
||||
OLD_FILES+=usr/tests/usr.bin/uniq/d_show_uniques.out
|
||||
|
||||
# 20231208: new clang import which bumps version from 16 to 17
|
||||
OLD_FILES+=usr/lib/clang/16/include/__clang_cuda_builtin_vars.h
|
||||
OLD_FILES+=usr/lib/clang/16/include/__clang_cuda_cmath.h
|
||||
|
||||
Reference in New Issue
Block a user