- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, all.
My question is about measuring test-coverage in Fortran code.
I have searched on the Forum for TDD and have found only one dead topic
12/02/2003 "Unit Testing with Fortran" https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/273128
Current status.
I have some unit-tests (~200) for my simulator written in Fortran. I can run them manually and get the amount of passed/ not passed.
I'm trying to find a tool to evaluate the % of the code covered by my unit-test.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Have you looked at the "Tools/Intel Compiler/Code coverage..." menu item in Visual Studio? (Or alternatively searched the compiler documentation for "coverage") I do not know if this fits your situation, but at the very least you get insight in what parts of the code have indeed been run. I am not sure if it combines the coverage results for several test programs, but it is a start.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page