phoenix-firestorm/indra/test_apps/llfbconnecttest
Nicky 006190f2a1 Merge with tools update. 2015-05-05 13:09:27 +02:00
..
CMakeLists.txt Merge with tools update. 2015-05-05 13:09:27 +02:00
README.Linden
bookmarks.txt
llfbconnecttest.cpp
llfbconnecttest.h Update to build on Xcode 6.0 (fix unit tests): fix and remove copy-pasted code :( 2014-10-22 09:43:55 -07:00

README.Linden

1.  Description

    Exercises SLPlugin.  Specific functions and goals aren't clear
    from the source.

2.  Running

  2.1  Mac

    Make certain '.' is included in PATH.  E.g.:

       PATH=.:"$PATH" open build-darwin-i386/test_apps/llfbconnecttest/RelWithDebInfo/llfbconnecttest.app

    Otherwise the program won't find SLPlugin and will timeout and
    fail after 30 seconds and give you little information as to why.

    Running 'dtruss' on plugin test applications will give you a great
    deal of insight into why they aren't activating.