PERFORCE change 97120 for review

John Birrell jb at FreeBSD.org
Sun May 14 01:02:25 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=97120

Change 97120 by jb at jb_freebsd2 on 2006/05/14 01:02:03

	Hmmm, make that 666. There were a few left on a ledge near a crevice.

Affected files ...

.. //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#6 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/test/dtrace/Makefile#6 (text+ko) ====

@@ -327,6 +327,13 @@
 	${.CURDIR}/tst/common/lexer/err.D_SYNTAX.paren3.d \
 	${.CURDIR}/tst/common/lexer/tst.D_MACRO_OFLOW.ParIntOvflow.d.ksh
 
+TESTMISC= \
+	${.CURDIR}/tst/common/misc/err.D_PRAGMA_OPTSET.d \
+	${.CURDIR}/tst/common/misc/tst.badopt.d \
+	${.CURDIR}/tst/common/misc/tst.boolopt.d \
+	${.CURDIR}/tst/common/misc/tst.dynopt.d \
+	${.CURDIR}/tst/common/misc/tst.haslam.d
+
 TESTMULTIAGGS= \
 	${.CURDIR}/tst/common/multiaggs/err.D_PRINTA_AGGKEY.d \
 	${.CURDIR}/tst/common/multiaggs/err.D_PRINTA_AGGPROTO.d \
@@ -873,13 +880,6 @@
 	${.CURDIR}/tst/common/mib/tst.tcp.ksh \
 	${.CURDIR}/tst/common/mib/tst.udp.ksh
 
-TESTMISC= \
-	${.CURDIR}/tst/common/misc/err.D_PRAGMA_OPTSET.d \
-	${.CURDIR}/tst/common/misc/tst.badopt.d \
-	${.CURDIR}/tst/common/misc/tst.boolopt.d \
-	${.CURDIR}/tst/common/misc/tst.dynopt.d \
-	${.CURDIR}/tst/common/misc/tst.haslam.d
-
 TESTPID= \
 	${.CURDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.d \
 	${.CURDIR}/tst/common/pid/err.D_PDESC_ZERO.badlib.exe \
@@ -1063,6 +1063,7 @@
 	${TESTGRAMMAR} \
 	${TESTINLINE} \
 	${TESTLEXER} \
+	${TESTMISC} \
 	${TESTMULTIAGGS} \
 	${TESTOFFSETOF} \
 	${TESTOPERATORS} \


More information about the p4-projects mailing list