Module Name: src Committed By: christos Date: Thu Jul 8 12:30:20 UTC 2021
Modified Files: src/tests/lib/libc/stdio: Makefile Log Message: need to set BINDIR To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/tests/lib/libc/stdio/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/stdio/Makefile diff -u src/tests/lib/libc/stdio/Makefile:1.15 src/tests/lib/libc/stdio/Makefile:1.16 --- src/tests/lib/libc/stdio/Makefile:1.15 Thu Jul 8 05:07:46 2021 +++ src/tests/lib/libc/stdio/Makefile Thu Jul 8 08:30:20 2021 @@ -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