I have a project where I work on multiple statically linked library.There are unit test in a static library (and module!) used by my my main executable. However my library's unit test are not run when I run my exe (despite both the exe and lib having unitest on, I know it works the compiler complained about them when I turned them on (due to initial syntax error))
So... how could I have my (static) library's unit test run when I run an executable linking with them?