summaryrefslogtreecommitdiff
path: root/regress/sys/kern/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-31 22:56:02 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-31 22:56:02 +0000
commit531a9f8317493da4fb9480f053564447122eafbd (patch)
treecb4a64f949b13ca37f56f8a9a3e4da26de574868 /regress/sys/kern/Makefile
parentdae4b41c76cfa54cf5d55464c49b7ac86176378b (diff)
a combined non-exec test set.
allows reusing same testing code for: - text & mprotect (not finished, not enabled); - data, data & mprotect; - bss, bss & mprotect; - heap, heap & mprotect; - stack, stack & mprotect. also a test for mmaping pages in those areas and see how it allows execution (suggested by art@), not enabled yet. all tested on i386 and hppa.
Diffstat (limited to 'regress/sys/kern/Makefile')
-rw-r--r--regress/sys/kern/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/regress/sys/kern/Makefile b/regress/sys/kern/Makefile
index d9fe464e026..ab08538f4eb 100644
--- a/regress/sys/kern/Makefile
+++ b/regress/sys/kern/Makefile
@@ -1,12 +1,9 @@
-# $OpenBSD: Makefile,v 1.38 2002/08/31 20:29:46 mickey Exp $
+# $OpenBSD: Makefile,v 1.39 2002/08/31 22:56:01 mickey Exp $
SUBDIR+= execve getrusage kqueue mmap mmap2 mmap3 dup2 minherit rlimit-file
SUBDIR+= fcntl_dup dup2_self pread preadv exit pwrite pwritev
SUBDIR+= syscall __syscall unfdpass accept nanosleep sysvmsg sysvsem
-SUBDIR+= sysvshm rfork gettimeofday signal exec_self
-SUBDIR+= nxstack nxstack-mprotect
-SUBDIR+= nxheap nxheap-mprotect
-SUBDIR+= nxbss
+SUBDIR+= sysvshm rfork gettimeofday signal exec_self noexec
install: