Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libbpfjit Add t_cop test.



details:   https://anonhg.NetBSD.org/src/rev/da5256fc723b
branches:  trunk
changeset: 330167:da5256fc723b
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Wed Jun 25 18:04:44 2014 +0000

description:
Add t_cop test.

diffstat:

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

diffs (17 lines):

diff -r ce8212b657af -r da5256fc723b tests/lib/libbpfjit/Makefile
--- a/tests/lib/libbpfjit/Makefile      Wed Jun 25 18:04:05 2014 +0000
+++ b/tests/lib/libbpfjit/Makefile      Wed Jun 25 18:04:44 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2014/06/17 19:26:18 alnsn Exp $
+# $NetBSD: Makefile,v 1.4 2014/06/25 18:04:44 alnsn Exp $
 
 .include <bsd.own.mk>
 .include <../../../external/bsd/sljit/Makefile.inc>
@@ -6,6 +6,7 @@
 TESTSDIR=      ${TESTSBASE}/lib/libbpfjit
 
 TESTS_C+=      t_bpfjit
+TESTS_C+=      t_cop
 
 # XXX this variable doesn't belong to here
 LIBBPFJITDIR!= cd ${NETBSDSRCDIR}/lib/libbpfjit && ${PRINTOBJDIR}



Home | Main Index | Thread Index | Old Index