Difference between revisions of "Test Harness Test Units"

From Second Life Wiki
Jump to navigation Jump to search
 
(4 intermediate revisions by 2 users not shown)
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.  


[[TestUnit_TestScript_Communication_Rpc.lsl]]
Return to [[LSL Test Harness]]
Return to the [[LSL Portal]]


[[TestUnit_TestScript_DataServer_Notecard.lsl]]


[[TestUnit_TestScript_Math_3D.lsl]]
These scripts may be simply copied into LSL Test Harness Test Units:


[[TestUnit_TestScript_Math_TRIG.lsl]]
* [[TestUnit_TestScript_Communication_Http.lsl]]
 
 
* [[TestUnit_TestScript_Communication_Rpc.lsl]]
 
 
* [[TestUnit_TestScript_DataServer_Notecard.lsl]]
 
 
* [[TestUnit_TestScript_Math_3D.lsl]]
 
 
* [[TestUnit_TestScript_Math_TRIG.lsl]]
 
 
* [[TestUnit_MATH_Binary_Operators.lsl]]
 
 
* [[TestUnit_DATA_Supported Typecasts.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]]

Latest revision as of 12:19, 31 March 2010

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.