Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Oct 2013 17:08:17 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 1047099 for review
Message-ID:  <201310111708.r9BH8H8I015863@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://p4web.freebsd.org/@@1047099?ac=10

Change 1047099 by brooks@brooks_zenith on 2013/10/11 17:07:17

	Move TESLA test assertions under options TESLA_TEST

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/amd64/conf/TESLA_ND_ALL#2 edit
.. //depot/projects/ctsrd/tesla/src/sys/amd64/conf/TESLA_ND_PROC#1 add
.. //depot/projects/ctsrd/tesla/src/sys/conf/files#13 edit
.. //depot/projects/ctsrd/tesla/src/sys/conf/options#5 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/amd64/conf/TESLA_ND_ALL#2 (text+ko) ====

@@ -6,3 +6,4 @@
 options TESLA_MAC
 options TESLA_PRIV
 options TESLA_PROC
+options TESLA_TEST

==== //depot/projects/ctsrd/tesla/src/sys/conf/files#13 (text+ko) ====

@@ -496,7 +496,7 @@
 contrib/tesla/libtesla/tesla_store.c		optional tesla
 contrib/tesla/libtesla/tesla_update.c		optional tesla
 contrib/tesla/libtesla/tesla_util.c		optional tesla
-contrib/tesla/test/tesla_test.c			optional tesla
+contrib/tesla/test/tesla_test.c			optional tesla tesla_test
 contrib/ngatm/netnatm/api/cc_conn.c optional ngatm_ccatm \
 	compile-with "${NORMAL_C_NOWERROR} -I$S/contrib/ngatm"
 contrib/ngatm/netnatm/api/cc_data.c optional ngatm_ccatm \

==== //depot/projects/ctsrd/tesla/src/sys/conf/options#5 (text+ko) ====

@@ -676,6 +676,7 @@
 TESLA_MAC		opt_global.h
 TESLA_PRIV		opt_global.h
 TESLA_PROC		opt_global.h
+TESLA_TEST		opt_global.h
 WITNESS			opt_global.h
 WITNESS_KDB		opt_witness.h
 WITNESS_NO_VNODE	opt_witness.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310111708.r9BH8H8I015863>