mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
Show nanoseconds in the -u/-c header line. The present portability conditionals cannot handle the POSIX standard st_mtim, so remove them and unconditionally use st_mtim. PR: 218018 Reported by: jbeich Reviewed by: bapt Differential Revision: https://reviews.freebsd.org/D10145
37 lines
608 B
Makefile
37 lines
608 B
Makefile
# $FreeBSD$
|
|
|
|
PACKAGE= tests
|
|
|
|
ATF_TESTS_SH= diff_test
|
|
|
|
${PACKAGE}FILES+= \
|
|
input1.in \
|
|
input2.in \
|
|
input_c1.in \
|
|
input_c2.in \
|
|
simple.out \
|
|
simple_e.out \
|
|
simple_n.out \
|
|
simple_u.out \
|
|
simple_i.out \
|
|
simple_w.out \
|
|
simple_b.out \
|
|
simple_p.out \
|
|
unified_p.out \
|
|
unified_c9999.out \
|
|
unified_9999.out \
|
|
header.out \
|
|
header_ns.out
|
|
|
|
NETBSD_ATF_TESTS_SH+= netbsd_diff_test
|
|
|
|
${PACKAGE}FILES+= \
|
|
d_mallocv1.in \
|
|
d_mallocv2.in
|
|
|
|
ATF_TESTS_SH_SED_netbsd_diff_test+= -e 's,t_diff,netbsd_diff_test,g'
|
|
ATF_TESTS_SH_SRC_netbsd_diff_test= t_diff.sh
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|