Can I set up my makefiles to do coverage analysis automatically?
You sure can! You make a one or two line modification to the makefile to tell it how to call the TestWorks instrumenter when you want to “make” an instrumented target. Then you “make instrumented version” rather than “make normal version.” Some people make instrumentation the normal and only take out the instrumentation prior to ship!