Date: Tue, 8 Jan 2008 05:08:42 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 132772 for review Message-ID: <200801080508.m0858gdS084384@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=132772 Change 132772 by jb@jb_freebsd1 on 2008/01/08 05:07:43 Add a really simple test module for DTrace. It only serves to provide global variables which exist in the Solaris kernel and are referenced by the DTrace test suite. Rather than altering the test suite, we just load this module before running the tests. The fact that the variables aren't hooked to actual code isn't relevant -- they just need to exist and be of the appropriate type. Affected files ... .. //depot/projects/dtrace/src/sys/cddl/dev/dtrace/dtrace_test.c#1 add .. //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#22 edit .. //depot/projects/dtrace/src/sys/modules/dtrace/dtrace_test/Makefile#1 add Differences ... ==== //depot/projects/dtrace/src/sys/modules/dtrace/Makefile#22 (text+ko) ==== @@ -4,6 +4,7 @@ .include "Makefile.inc" SUBDIR= dtrace \ + dtrace_test \ dtraceall \ profile \ prototype \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801080508.m0858gdS084384>