summaryrefslogtreecommitdiff
path: root/Tools/LuaMacro/tests/test-require.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/LuaMacro/tests/test-require.lua')
-rw-r--r--Tools/LuaMacro/tests/test-require.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tools/LuaMacro/tests/test-require.lua b/Tools/LuaMacro/tests/test-require.lua
new file mode 100644
index 0000000..f871cf0
--- /dev/null
+++ b/Tools/LuaMacro/tests/test-require.lua
@@ -0,0 +1,3 @@
+require_ 'mmath'
+
+print(sin(1.2) + cos(0.3))