You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to split a heavy to compile test (https://github.com/jh0x/intern/tree/master/test) across several translation units to speed up the compilation. Turns out that in the final binary only one set (from one TU) of tests is fired.
Thanks for reporting! I reproduced it with MSVC as well. I'll look into it asap. curiously if we add a single blank line in one of the 2 source files before the INVOKE call it works properly.
Description
I am trying to split a heavy to compile test (https://github.com/jh0x/intern/tree/master/test) across several translation units to speed up the compilation. Turns out that in the final binary only one set (from one TU) of tests is fired.
Steps to reproduce
main.cpp
:t.h
t0.cpp
t1.cpp
After compiling, linking and running 1 test case is invoked.
Alternatively, if we did only this instead:
t.cpp
Two test cases are getting invoked.
Extra information
The text was updated successfully, but these errors were encountered: