Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/kernel t_simplehook requires RUMP



details:   https://anonhg.NetBSD.org/src/rev/e1b30bead345
branches:  trunk
changeset: 987861:e1b30bead345
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Oct 01 18:18:32 2021 +0000

description:
t_simplehook requires RUMP

diffstat:

 tests/kernel/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3e4a57381952 -r e1b30bead345 tests/kernel/Makefile
--- a/tests/kernel/Makefile     Fri Oct 01 17:20:32 2021 +0000
+++ b/tests/kernel/Makefile     Fri Oct 01 18:18:32 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2021/09/30 02:00:20 yamaguchi Exp $
+# $NetBSD: Makefile,v 1.70 2021/10/01 18:18:32 martin Exp $
 
 NOMAN=         # defined
 
@@ -32,7 +32,9 @@
 TESTS_SH+=     t_procpath
 TESTS_SH+=     t_fexecve
 TESTS_SH+=     t_fpufork
+.if ${MKRUMP} != "no"
 TESTS_SH+=     t_simplehook
+.endif
 
 BINDIR=                ${TESTSDIR}
 PROGS=         h_fexecve



Home | Main Index | Thread Index | Old Index