home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20221 < prev    next >
Encoding:
Internet Message Format  |  1993-01-27  |  1.1 KB

  1. Xref: sparky comp.lang.c:20221 comp.sys.hp:15327 comp.sys.sgi:19118 comp.benchmarks:1997 comp.software-eng:5451
  2. Newsgroups: comp.lang.c,comp.sys.hp,comp.sys.sgi,comp.benchmarks,comp.software-eng
  3. Path: sparky!uunet!ukma!wupost!haduk!haduk!wynn
  4. From: wynn@cms-stl.com (Tim Wynn)
  5. Subject: Tools for determining "code coverage"?
  6. Nntp-Posting-Host: haduk.cms-stl.com
  7. Followup-To: comp.software-eng
  8. Sender: usenet@cms-stl.com (USENET News System)
  9. Organization: Computerized Medical Systems, Inc.
  10. Date: Wed, 27 Jan 1993 21:53:07 GMT
  11. Message-ID: <WYNN.93Jan27145307@haduk.cms-stl.com>
  12. Lines: 9
  13.  
  14.  
  15. We are developing software on HP and SGI workstations in C under X 
  16. and UNIX. As part of our software testing effort, we are required to 
  17. show the total number of lines of source code covered by the final 
  18. acceptance test.   This does not mean we are looking for a 
  19. tool to count source lines; we are lloking for a tool which will
  20. tell us the number of source line which were executed during a
  21. particular run.  We would appreciate any information about automated 
  22. tools to accomplish this.
  23.