Hi,
I want to compile only the test classes, how can arrive at getting only test classes compiled and executed?
Code:
make test --> build test class alone make all --> build test class and production class
Do we have any material/links on making customized build rule, does qmake can be tuned to do this task.
Thanks
vels