summaryrefslogtreecommitdiff
path: root/mnv/src/testdir/test_options_all.mnv
blob: eaf4f4ed3382dc7482439729bc37bced7246db52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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