svn commit: r279419 - in head/tools/test: . dtrace

Mark Johnston markj at FreeBSD.org
Sat Feb 28 23:35:30 UTC 2015


Author: markj
Date: Sat Feb 28 23:35:29 2015
New Revision: 279419
URL: https://svnweb.freebsd.org/changeset/base/279419

Log:
  Remove the old DTrace test suite makefile - it was somewhat primitive and
  mostly unmaintained, and it has been superseded by the infrastructure added
  in r279418.
  
  Reviewed by:	ngie
  Sponsored by:	EMC / Isilon Storage Divison

Deleted:
  head/tools/test/dtrace/
Modified:
  head/tools/test/README

Modified: head/tools/test/README
==============================================================================
--- head/tools/test/README	Sat Feb 28 23:30:06 2015	(r279418)
+++ head/tools/test/README	Sat Feb 28 23:35:29 2015	(r279419)
@@ -8,7 +8,6 @@ and try to break it and/or measuring per
 Please make a subdir per program, and add a brief description to this file.
 
 devrandom	Programs to test /dev/*random.
-dtrace		DTrace test suite
 malloc		A program to test and benchmark malloc().
 netfibs		Programs to test multi-FIB network stacks.
 posixshm	A program to test POSIX shared memory.


More information about the svn-src-head mailing list