Module Name:    src
Committed By:   jruoho
Date:           Mon Apr  4 08:05:37 UTC 2011

Modified Files:
        src/tests/syscall: Makefile

Log Message:
Link the 't_timer' -test with pthread(3). Should fix the test failures.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/syscall/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/syscall/Makefile
diff -u src/tests/syscall/Makefile:1.14 src/tests/syscall/Makefile:1.15
--- src/tests/syscall/Makefile:1.14	Mon Apr  4 06:48:05 2011
+++ src/tests/syscall/Makefile	Mon Apr  4 08:05:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/04/04 06:48:05 jruoho Exp $
+# $NetBSD: Makefile,v 1.15 2011/04/04 08:05:37 jruoho Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 TESTS_C+=	t_mmap t_mprotect t_timer
 
 LDADD.t_getpid+=-lpthread
+LDADD.t_timer+=	-lpthread
 
 LDADD.t_cmsg+=	-lrumpnet_local -lrumpnet_net -lrumpnet
 LDADD.t_cmsg+=	-lrumpvfs -lrump -lrumpuser -lpthread

Reply via email to