From: Tomasz Wegrzanowski Date: 2006-08-23T08:32:09+09:00 Subject: Test coverage checking when test driver is separate from the tested program. Hello, I have a program compiler.rb, that compiles something. The test driver is a separate program, that runs compiler.rb, then feeds the results to a virtual machine, and checks if it gets expected results. Now I'd like to verify that every single line of compiler.rb is covered by tests. How can I make rcov merge information from multiple runs of compiler.rb ? -- Tomasz Wegrzanowski [ http://t-a-w.blogspot.com/ ]