Test Harness Test Units: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
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: | |||
[[ | * [[TestUnit_TestScript_Communication_Http.lsl]] | ||
[[ | * [[TestUnit_TestScript_Communication_Rpc.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.