[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / tests / lib / libc / sys

File: [cvs.NetBSD.org] / src / tests / lib / libc / sys / Makefile (download)

Revision 1.9, Sat Sep 17 18:53:31 2011 UTC (12 years, 7 months ago) by jruoho
Branch: MAIN
Changes since 1.8: +1 -2 lines

Remove ptrace(2) tests that are not yet ready but were accidentally
committed.

# $NetBSD: Makefile,v 1.9 2011/09/17 18:53:31 jruoho Exp $

MKMAN=	no

.include <bsd.own.mk>

.include "../arch/Makefile.exec_prot"

TESTSDIR=		${TESTSBASE}/lib/libc/sys

TESTS_C+=		t_access
TESTS_C+=		t_chroot
TESTS_C+=		t_clone
TESTS_C+=		t_dup
TESTS_C+=		t_fsync
TESTS_C+=		t_getcontext
TESTS_C+=		t_getgroups
TESTS_C+=		t_getitimer
TESTS_C+=		t_getlogin
TESTS_C+=		t_getpid
TESTS_C+=		t_getrusage
TESTS_C+=		t_getsid
TESTS_C+=		t_gettimeofday
TESTS_C+=		t_issetugid
TESTS_C+=		t_kill
TESTS_C+=		t_link
TESTS_C+=		t_mincore
TESTS_C+=		t_mkfifo
TESTS_C+=		t_mknod
TESTS_C+=		t_mmap
TESTS_C+=		t_mprotect
TESTS_C+=		t_msync
TESTS_C+=		t_nanosleep
TESTS_C+=		t_poll
TESTS_C+=		t_revoke
TESTS_C+=		t_select
TESTS_C+=		t_setrlimit
TESTS_C+=		t_setuid
TESTS_C+=		t_sigqueue
TESTS_C+=		t_stat
TESTS_C+=		t_timer_create
TESTS_C+=		t_truncate
TESTS_C+=		t_umask
TESTS_C+=		t_unlink

SRCS.t_mprotect=	t_mprotect.c ${SRCS_EXEC_PROT}

LDADD.t_getpid+=        -lpthread

WARNS=			4

.include <bsd.test.mk>