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 a link to ../../net/bpfjit/t_extmem.c.



details:   https://anonhg.NetBSD.org/src/rev/ebb17afd8b26
branches:  trunk
changeset: 330588:ebb17afd8b26
user:      alnsn <alnsn%NetBSD.org@localhost>
date:      Mon Jul 14 19:11:15 2014 +0000

description:
Add a link to ../../net/bpfjit/t_extmem.c.

diffstat:

 tests/lib/libbpfjit/t_extmem.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r b4e299317ace -r ebb17afd8b26 tests/lib/libbpfjit/t_extmem.c
--- a/tests/lib/libbpfjit/t_extmem.c    Mon Jul 14 18:50:22 2014 +0000
+++ b/tests/lib/libbpfjit/t_extmem.c    Mon Jul 14 19:11:15 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_extmem.c,v 1.2 2014/07/08 21:13:01 alnsn Exp $ */
+/*     $NetBSD: t_extmem.c,v 1.3 2014/07/14 19:11:15 alnsn Exp $ */
 
 /*-
  * Copyright (c) 2014 Alexander Nasonov.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: t_extmem.c,v 1.2 2014/07/08 21:13:01 alnsn Exp $");
+__RCSID("$NetBSD: t_extmem.c,v 1.3 2014/07/14 19:11:15 alnsn Exp $");
 
 #include <atf-c.h>
 #include <stdint.h>
@@ -464,6 +464,10 @@
 ATF_TP_ADD_TCS(tp)
 {
 
+       /*
+        * For every new test please also add a similar test
+        * to ../../net/bpfjit/t_extmem.c
+        */
        ATF_TP_ADD_TC(tp, libbpfjit_extmem_load_default);
        ATF_TP_ADD_TC(tp, libbpfjit_extmem_load_preinited);
        ATF_TP_ADD_TC(tp, libbpfjit_extmem_invalid_load);



Home | Main Index | Thread Index | Old Index