Hi all. Is there any way to look how my changes affected on compile and exec time, except looking at global test-suite compile and exec time? In another words is there any way to detect regression/improvement for particular tests?
Thanks!
-Stepan.
Hi all. Is there any way to look how my changes affected on compile and exec time, except looking at global test-suite compile and exec time? In another words is there any way to detect regression/improvement for particular tests?
Thanks!
-Stepan.
Stepan,
If you interested in only running a subset of the suite, then you can just cd to the associated subdirectory and execute the make command there. Due to the structuring of the makefile it's rather difficult to run an individual test. If you want to setup the structure of the test-suite (say after a fresh checkout/build) I've found that 'make -n' is helpful. It will allow you to do the first trick I mentioned without running the entire suite beforehand.
Hope this helps..
Chad
Hi, Chad.
Thanks!
-Stepan.
Chad Rosier wrote: