Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/syscall Link the 't_timer' -test with pthread(3). Shou...



details:   https://anonhg.NetBSD.org/src/rev/be6c63b3d4b7
branches:  trunk
changeset: 763779:be6c63b3d4b7
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Mon Apr 04 08:05:37 2011 +0000

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

diffstat:

 tests/syscall/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 795f5f3b39a1 -r be6c63b3d4b7 tests/syscall/Makefile
--- a/tests/syscall/Makefile    Mon Apr 04 08:00:53 2011 +0000
+++ b/tests/syscall/Makefile    Mon Apr 04 08:05:37 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index