Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/stdio need to set BINDIR
details: https://anonhg.NetBSD.org/src/rev/57cb0027073e
branches: trunk
changeset: 984453:57cb0027073e
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 08 12:30:20 2021 +0000
description:
need to set BINDIR
diffstat:
tests/lib/libc/stdio/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 45a247b6ba56 -r 57cb0027073e tests/lib/libc/stdio/Makefile
--- a/tests/lib/libc/stdio/Makefile Thu Jul 08 09:16:24 2021 +0000
+++ b/tests/lib/libc/stdio/Makefile Thu Jul 08 12:30:20 2021 +0000
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.15 2021/07/08 09:07:46 christos Exp $
+# $NetBSD: Makefile,v 1.16 2021/07/08 12:30:20 christos Exp $
NOMAN=
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/lib/libc/stdio
+BINDIR= ${TESTSDIR}
+
TESTS_C+= t_clearerr
TESTS_C+= t_fflush
TESTS_C+= t_fmemopen
Home |
Main Index |
Thread Index |
Old Index