summaryrefslogtreecommitdiff
path: root/mnv/src/testdir/test_options_all.mnv
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/src/testdir/test_options_all.mnv')
-rw-r--r--mnv/src/testdir/test_options_all.mnv13
1 files changed, 13 insertions, 0 deletions
diff --git a/mnv/src/testdir/test_options_all.mnv b/mnv/src/testdir/test_options_all.mnv
new file mode 100644
index 0000000000..eaf4f4ed33
--- /dev/null
+++ b/mnv/src/testdir/test_options_all.mnv
@@ -0,0 +1,13 @@
+" Test for options
+
+" opt_test.mnv is generated from src/optiondefs.h and runtime/doc/options.txt
+" using util/gen_opt_test.mnv
+if filereadable('opt_test.mnv')
+ source opt_test.mnv
+else
+ func Test_set_values()
+ throw 'Skipped: opt_test.mnv does not exist'
+ endfunc
+endif
+
+" mnv: shiftwidth=2 sts=2 expandtab