summaryrefslogtreecommitdiff
path: root/test/command_callback/test_xvhdl_command_callbacks.vader
diff options
context:
space:
mode:
Diffstat (limited to 'test/command_callback/test_xvhdl_command_callbacks.vader')
-rw-r--r--test/command_callback/test_xvhdl_command_callbacks.vader19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/command_callback/test_xvhdl_command_callbacks.vader b/test/command_callback/test_xvhdl_command_callbacks.vader
deleted file mode 100644
index 86f9a32d..00000000
--- a/test/command_callback/test_xvhdl_command_callbacks.vader
+++ /dev/null
@@ -1,19 +0,0 @@
-Before:
- call ale#assert#SetUpLinterTest('vhdl', 'xvhdl')
-
-After:
- unlet! b:command_tail
-
- call ale#assert#TearDownLinterTest()
-
-Execute(The executable should be configurable):
- AssertLinter 'xvhdl', ale#Escape('xvhdl') . ' --2008 %t'
-
- let b:ale_vhdl_xvhdl_executable = 'foobar'
-
- AssertLinter 'foobar', ale#Escape('foobar') . ' --2008 %t'
-
-Execute(The options should be configurable):
- let b:ale_vhdl_xvhdl_options = '--something'
-
- AssertLinter 'xvhdl', ale#Escape('xvhdl') . ' --something %t'