diff options
| author | Donald Lee <dlqs@gmx.com> | 2021-06-20 06:41:28 +0800 |
|---|---|---|
| committer | Donald Lee <dlqs@gmx.com> | 2021-06-23 00:58:04 +0800 |
| commit | 1e0e4d2355452d7537d406e9eb6ed0df8cb35d8c (patch) | |
| tree | b28656d9ab445de257dfe41b5501a49b82dc8494 /tests/lib/script1.lua | |
| parent | fa2bb2e8d339edd2a7ca01d7831d8bfc0c3f6dc8 (diff) | |
tests: Add unit test for lua scripting
Signed-off-by: Donald Lee <dlqs@gmx.com>
Diffstat (limited to 'tests/lib/script1.lua')
| -rw-r--r-- | tests/lib/script1.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/script1.lua b/tests/lib/script1.lua new file mode 100644 index 0000000000..e9ebc29bd9 --- /dev/null +++ b/tests/lib/script1.lua @@ -0,0 +1 @@ +a = a + b |
