lang: funcs: core: test: Add a new test functions package
This adds a new test functions package and also a new "fastcount" function which counts up from zero as fast as is possible. You probably don't want to use this in production, but it is useful for performance and deadlock testing the resource and function engines.
This commit is contained in:
@@ -35,6 +35,7 @@ import (
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/regexp"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/strings"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/sys"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/test"
|
||||
_ "github.com/purpleidea/mgmt/lang/funcs/core/world"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user