diff options
| author | christos <christos@NetBSD.org> | 2019-09-15 16:53:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2019-09-15 16:53:58 +0000 |
| commit | 4a9a3e84fd26bf7fc77bfeddb754d910f757fcac (patch) | |
| tree | a875bcb017b08ff9a235209a0a667483b423e544 /tests/kernel/Makefile | |
| parent | 8d388928bcc1f586d78c0ab3244523ffd4e974c0 (diff) | |
Add tests for fexecve(2)
Diffstat (limited to 'tests/kernel/Makefile')
| -rw-r--r-- | tests/kernel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/kernel/Makefile b/tests/kernel/Makefile index f855f41cb12..a52f2caecb8 100644 --- a/tests/kernel/Makefile +++ b/tests/kernel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2019/09/15 16:25:58 christos Exp $ +# $NetBSD: Makefile,v 1.63 2019/09/15 16:53:58 christos Exp $ NOMAN= # defined @@ -28,9 +28,11 @@ TESTS_SH+= t_trapsignal TESTS_SH+= t_interp TESTS_SH+= t_origin TESTS_SH+= t_procpath +TESTS_SH+= t_fexecve BINDIR= ${TESTSDIR} -PROGS= h_ps_strings1 +PROGS= h_fexecve +PROGS+= h_ps_strings1 PROGS+= h_ps_strings2 PROGS+= h_segv PROGS+= h_getprocpath |
