The gcc compiler will strip out the stubbed isGodlike() method under an optimized build. There's no way to stop this without either putting the definition in another cpp file, which is hard to do with our unit test infrastructure, or disabling gcc's inlining of the method. So I did the latter, using __attribute__ ((noinline). |
||
|---|---|---|
| .. | ||
| llagentaccess_test.cpp | ||
| llcapabilitylistener_test.cpp | ||
| lldateutil_test.cpp | ||
| lllogininstance_test.cpp | ||
| llmediadataclient_test.cpp | ||
| lltextureinfo_test.cpp | ||
| lltextureinfodetails_test.cpp | ||
| lltexturestatsuploader_test.cpp | ||
| llviewerhelputil_test.cpp | ||
| llworldmap_test.cpp | ||
| llworldmipmap_test.cpp | ||
| llxmlrpclistener_test.cpp | ||
| test_llxmlrpc_peer.py | ||