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 Yet again more fixups for compile errors after the last merge... 2009-12-14 16:34:20 -08:00
lldateutil_test.cpp Better unit test for date math, works on PC but system problem on Mac/Linux 2010-01-05 13:02:06 -08:00
lllogininstance_test.cpp
llmediadataclient_test.cpp
lltextureinfo_test.cpp
lltextureinfodetails_test.cpp
lltexturestatsuploader_test.cpp
llviewerhelputil_test.cpp EXT-4340: Fixed llviewerhelputil_test.cpp on Linux. 2010-01-15 19:25:42 +00:00
llworldmap_test.cpp
llworldmipmap_test.cpp
llxmlrpclistener_test.cpp
test_llxmlrpc_peer.py