Add the new test suite.
This test suite has been in use for a long time now, in place of the obsolete and unmanageable testparser.py and testfuncs.py. It verifies the complete optimizer output to stdout and stderr, to ensure that the output matches the expectations. See unit_tests/README.txt for more info.
This commit is contained in:
18
unit_tests/coverage.suite/fndata-change.lsl
Normal file
18
unit_tests/coverage.suite/fndata-change.lsl
Normal file
@@ -0,0 +1,18 @@
|
||||
default
|
||||
{
|
||||
timer()
|
||||
{
|
||||
llModPow(5, 7, 3);
|
||||
llCos(5);
|
||||
}
|
||||
|
||||
// this one should be kept, as it's not marked as SEF in the test data
|
||||
no_sensor()
|
||||
{
|
||||
}
|
||||
|
||||
// this one should disappear
|
||||
touch(integer k)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user