Module Name:    src
Committed By:   alnsn
Date:           Sun Nov 11 17:41:32 UTC 2012

Modified Files:
        src/distrib/sets/lists/tests: mi
        src/etc/mtree: NetBSD.dist.tests
        src/tests/lib: Makefile

Log Message:
Build libbpfjit test to the build.


To generate a diff of this commit:
cvs rdiff -u -r1.502 -r1.503 src/distrib/sets/lists/tests/mi
cvs rdiff -u -r1.85 -r1.86 src/etc/mtree/NetBSD.dist.tests
cvs rdiff -u -r1.21 -r1.22 src/tests/lib/Makefile

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

Modified files:

Index: src/distrib/sets/lists/tests/mi
diff -u src/distrib/sets/lists/tests/mi:1.502 src/distrib/sets/lists/tests/mi:1.503
--- src/distrib/sets/lists/tests/mi:1.502	Thu Nov  8 03:14:32 2012
+++ src/distrib/sets/lists/tests/mi	Sun Nov 11 17:41:32 2012
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.502 2012/11/08 03:14:32 pgoyette Exp $
+# $NetBSD: mi,v 1.503 2012/11/11 17:41:32 alnsn Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -2646,6 +2646,9 @@
 ./usr/tests/lib/semaphore/pthread		tests-lib-tests
 ./usr/tests/lib/semaphore/pthread/Atffile	tests-lib-tests		atf,rump
 ./usr/tests/lib/semaphore/pthread/t_sem_pth	tests-lib-tests		atf,rump
+./usr/tests/lib/libbpfjit			tests-lib-tests		atf
+./usr/tests/lib/libbpfjit/Atffile		tests-lib-tests		atf,sljit
+./usr/tests/lib/libbpfjit/t_bpfjit		tests-lib-tests		atf,sljit
 ./usr/tests/lib/libevent			tests-lib-tests
 ./usr/tests/lib/libevent/Atffile		tests-lib-tests		atf
 ./usr/tests/lib/libevent/h_event		tests-lib-tests		atf

Index: src/etc/mtree/NetBSD.dist.tests
diff -u src/etc/mtree/NetBSD.dist.tests:1.85 src/etc/mtree/NetBSD.dist.tests:1.86
--- src/etc/mtree/NetBSD.dist.tests:1.85	Mon Nov  5 00:57:41 2012
+++ src/etc/mtree/NetBSD.dist.tests	Sun Nov 11 17:41:32 2012
@@ -1,4 +1,4 @@
-#	$NetBSD: NetBSD.dist.tests,v 1.85 2012/11/05 00:57:41 alnsn Exp $
+#	$NetBSD: NetBSD.dist.tests,v 1.86 2012/11/11 17:41:32 alnsn Exp $
 
 ./usr/libdata/debug/usr/tests
 ./usr/libdata/debug/usr/tests/atf
@@ -218,6 +218,7 @@
 ./usr/tests/lib/libdes
 ./usr/tests/lib/semaphore
 ./usr/tests/lib/semaphore/pthread
+./usr/tests/lib/libbpfjit
 ./usr/tests/lib/libevent
 ./usr/tests/lib/libexecinfo
 ./usr/tests/lib/libm

Index: src/tests/lib/Makefile
diff -u src/tests/lib/Makefile:1.21 src/tests/lib/Makefile:1.22
--- src/tests/lib/Makefile:1.21	Mon Nov  5 00:57:42 2012
+++ src/tests/lib/Makefile	Sun Nov 11 17:41:31 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/11/05 00:57:42 alnsn Exp $
+# $NetBSD: Makefile,v 1.22 2012/11/11 17:41:31 alnsn Exp $
 
 .include <bsd.own.mk>
 
@@ -20,6 +20,7 @@ TESTS_SUBDIRS+= libskey
 
 .if ${MKSLJIT} != "no"
 TESTS_SUBDIRS+=	libsljit
+TESTS_SUBDIRS+=	libbpfjit
 .endif
 
 TESTSDIR=	${TESTSBASE}/lib

Reply via email to