linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* gcov for udev
@ 2004-04-20 16:05 Leann Ogasawara
  2004-04-21 16:50 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Leann Ogasawara @ 2004-04-20 16:05 UTC (permalink / raw)
  To: linux-hotplug

Hi All,

Sorry for the late email regarding the gcov code coverage information
for udev.  For those of you who have not yet noticed, udev can now be
compiled with gcov support and provide code coverage analysis.  All
pertinent scripts and information can be found in the udev tree.  Please
refer to "README-gcov_for_udev" for detailed information on compiling
gcov into udev and obtaining code coverage analysis.  I've enclosed a
patch that updates the README-gcov_for_udev.  Also, "udev-test.pl" in
udev/test/ was expanded to test symlinks, permissions, and some lack of
node creation a little more thoroughly.  All comments and feedback would
be greatly welcomed.  Also, any extra testing would be appreciated. 
Thanks,

Leann

=== README-gcov_for_udev 1.1 vs edited ==--- 1.1/README-gcov_for_udev	Fri Apr 16 16:09:17 2004
+++ edited/README-gcov_for_udev	Tue Apr 20 08:59:08 2004
@@ -14,20 +14,11 @@
 - Make sure you've installed udev and that it is working properly.
   If you are having problems, refer to the README and HOWTO-udev_for_dev
   documents in udev tarball.  I've also compiled a udev_for_dev
-  toubleshooting document for Red Hat which can be found at:
+  toubleshooting document for Red Hat which can be found in:
 
-  http://developer.osdl.org/ogasawara/gcov_for_udev/rh_udev_for_dev.txt
+  docs/rh_udev_for_dev.txt
 
-- Get the following files:
-    make_gcov.sh
-    run_gcov.sh
-
-  These can be found at http://developer.osdl.org/ogasawara/gcov_for_udev/
-
-- After grabbing these files, copy both make_gcov.sh and run_gcov.sh
-  into the top level of your udev directory.
-
-- execute make_gcov.sh
+- execute make_gcov.sh from udev top level directory
 
     ./make_gcov.sh
 
@@ -60,17 +51,18 @@
 
 - Then execute some udev tasks.  You can run some udev tests, reboot, or
   do anything your little udev heart desires.  Once you are satisfied, you
-  can now see how much udev code was covered.
+  can now see how much udev code was covered.  I personally recommend just
+  running test/udev-test.pl for starters.
 
-- To get the udev code coverage analysis, execute run_gcov.sh.  You need to
-  be root to do this.
+- To get the udev code coverage analysis, execute run_gcov.sh from udev top
+  level directory.  You need to be root to do this.
 
     su to root
     ./run_gcov.sh
 
-- This creates udev_gcov.txt which holds all the code coverage information.
-  To see an example of the code coverage info after executing the udev-test.pl
-  test, please see:
+- This creates udev_gcov.txt in the udev top level directory which holds all
+  the code coverage information. To see an example of the code coverage info
+  after executing the udev-test.pl test, please see:
 
   http://developer.osdl.org/ogasawara/gcov_for_udev/udev_gcov.txt
 
   



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-21 16:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-20 16:05 gcov for udev Leann Ogasawara
2004-04-21 16:50 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).