Date: Sun, 14 May 2006 01:02:14 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 97120 for review Message-ID: <200605140102.k4E12Eet079686@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=97120 Change 97120 by jb@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605140102.k4E12Eet079686>