summaryrefslogtreecommitdiff
path: root/test/linter/test_solc.vader
blob: 23521f6a5d622594acf2139a359ca51fe897d11d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Before:
  call ale#assert#SetUpLinterTest('solidity', 'solc')

After:
  call ale#assert#TearDownLinterTest()

Execute(The default command should be correct):
  AssertLinter 'solc', 'solc %s'

Execute(The options should be configurable):
  let g:ale_solidity_solc_options = '--foobar'

  AssertLinter 'solc', 'solc --foobar %s'