another extension of user functions tests

This commit is contained in:
NikVolf
2017-05-15 16:15:05 +03:00
parent 2063bed2bd
commit 429e54d928
3 changed files with 49 additions and 1 deletions

View File

@ -68,4 +68,4 @@ mod tests;
pub use self::module::{ModuleInstance, ModuleInstanceInterface, ItemIndex, CallerContext};
pub use self::program::ProgramInstance;
pub use self::value::RuntimeValue;
pub use self::env::{UserFunctions, UserFunction};
pub use self::env::{UserFunctions, UserFunction, UserFunctionInterface};