summaryrefslogtreecommitdiff
path: root/tests/kernel/Makefile
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2017-12-10 15:37:54 +0000
committerchristos <christos@NetBSD.org>2017-12-10 15:37:54 +0000
commitdb02adfa13f4ffbd507012ca5ef156e0803b9cf5 (patch)
tree620b84b70a8b5942c247bb1a206e75950929908e /tests/kernel/Makefile
parent74c94b3b2cbddd5b8cd95a1b291092bd9e29a153 (diff)
Add tests to make sure that the program name is what it is supposed to be.
Diffstat (limited to 'tests/kernel/Makefile')
-rw-r--r--tests/kernel/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile
index 3c0ec832f0e..c38dc4a4795 100644
--- a/tests/kernel/Makefile
+++ b/tests/kernel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2017/12/08 01:19:29 christos Exp $
+# $NetBSD: Makefile,v 1.50 2017/12/10 15:37:54 christos Exp $
NOMAN= # defined
@@ -22,11 +22,15 @@ TESTS_SH+= t_umountstress
TESTS_SH+= t_ps_strings
TESTS_SH+= t_trapsignal
TESTS_SH+= t_interp
+TESTS_SH+= t_procpath
BINDIR= ${TESTSDIR}
PROGS= h_ps_strings1
PROGS+= h_ps_strings2
PROGS+= h_segv
+PROGS+= h_getprocpath
+PROGS+= h_interpreter
+SRCS.h_interpreter += h_interpreter.sh
LDADD.t_mqueue+= -lrt