PERFORCE change 132772 for review

John Birrell jb at FreeBSD.org
Mon Jan 7 21:08:43 PST 2008


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

Change 132772 by jb at 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	\


More information about the p4-projects mailing list