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/ ]