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 was going through the 'getting started' of bii:cpp. Everything seems to go smooth, but the xtofl_challenge_gtest_main.exe reports zero test cases, while I expected test1.cpp to be included.
Seems that test1.cpp is not even compiled (there is no test1.cpp.obj to be found with find . -name *.obj).
Working on
windows7
cmake version 3.0.2
bii version 2.2
The text was updated successfully, but these errors were encountered:
I was going through the 'getting started' of bii:cpp. Everything seems to go smooth, but the xtofl_challenge_gtest_main.exe reports zero test cases, while I expected test1.cpp to be included.
Seems that test1.cpp is not even compiled (there is no
test1.cpp.obj
to be found withfind . -name *.obj
).Working on
The text was updated successfully, but these errors were encountered: