Difference between revisions of "Test Harness Test Units"

From Second Life Wiki
Jump to navigation Jump to search
Line 1: Line 1:
[[TestUnit_TestScript_Communication_Http.lsl]]
Here are some sample scripts for testing LSL functionality. Some are standalone, others designed to work with the LSL Test Harness.  


Return to [[LSL Test Harness]]
Return to the [[LSL Portal]]


[[TestUnit_TestScript_Communication_Rpc.lsl]]


These scripts may be simply copied into LSL Test Harness Test Units:


[[TestUnit_TestScript_DataServer_Notecard.lsl]]
* [[TestUnit_TestScript_Communication_Http.lsl]]




[[TestUnit_TestScript_Math_3D.lsl]]
* [[TestUnit_TestScript_Communication_Rpc.lsl]]




[[TestUnit_TestScript_Math_TRIG.lsl]]
* [[TestUnit_TestScript_DataServer_Notecard.lsl]]




[[TestUnit_TestScript_LSL_Language.lsl]]
* [[TestUnit_TestScript_Math_3D.lsl]]
 
 
* [[TestUnit_TestScript_Math_TRIG.lsl]]
 
 
* [[TestUnit_TestScript_LSL_Language.lsl]]
 
These scripts are standalone tests of basic functionality. In some cases they refer to other resources (e.g. sounds, anims). You will need to add those resources to the object.
 
* [[LSL Language Test]]
* [[LSL Library Call Test 1]]
* [[LSL Library Call Test 2]]
 
[[Category: LSL]]

Revision as of 17:07, 6 November 2007

Here are some sample scripts for testing LSL functionality. Some are standalone, others designed to work with the LSL Test Harness.

Return to LSL Test Harness Return to the LSL Portal


These scripts may be simply copied into LSL Test Harness Test Units:






These scripts are standalone tests of basic functionality. In some cases they refer to other resources (e.g. sounds, anims). You will need to add those resources to the object.