Add tests for scripting language

This commit is contained in:
Twan van Laarhoven
2020-04-20 01:58:13 +02:00
parent 3dbd03511f
commit 0310ca9f32
2 changed files with 243 additions and 1 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ add_test(
)
# Scripting language tests
# TODO
add_test(
NAME script-functions
COMMAND magicseteditor ${test_dir}/script/script-functions.mse-script
)
# Rendering tests
# TODO