Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/sys Make sure we build all of thests, not jus...
details: https://anonhg.NetBSD.org/src/rev/753e7fddf655
branches: trunk
changeset: 760788:753e7fddf655
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Thu Jan 13 03:09:54 2011 +0000
description:
Make sure we build all of thests, not just the last one (use += vs =)
diffstat:
tests/lib/libc/sys/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a414d28ecee7 -r 753e7fddf655 tests/lib/libc/sys/Makefile
--- a/tests/lib/libc/sys/Makefile Thu Jan 13 03:00:41 2011 +0000
+++ b/tests/lib/libc/sys/Makefile Thu Jan 13 03:09:54 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2011/01/13 02:40:44 pgoyette Exp $
+# $NetBSD: Makefile,v 1.3 2011/01/13 03:09:54 pgoyette Exp $
MKMAN= no
@@ -9,7 +9,7 @@
TESTS_C+= t_cerror
TESTS_C+= t_clone
TESTS_C+= t_context
-TESTS_C= t_sigqueue
+TESTS_C+= t_sigqueue
.include <bsd.test.mk>
Home |
Main Index |
Thread Index |
Old Index