phoenix-firestorm/indra/newview/tests
Lynx Linden 988cc62d30 EXT-4340: Fixed llviewerhelputil_test.cpp on Linux.
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).
2010-01-15 19:25:42 +00:00
..
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