Add test loading oni-autohotkey
This commit is contained in:
parent
5ea266270d
commit
a2a474d87a
1 changed files with 9 additions and 0 deletions
9
test/integration/oni-autohotkey.bats
Normal file
9
test/integration/oni-autohotkey.bats
Normal file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bats
|
||||
|
||||
@test "Loading an AHK file loads oni-autohotkey" {
|
||||
run emacs -batch -l package -f package-initialize \
|
||||
-visit test.ahk \
|
||||
-eval "(prin1 (featurep 'oni-autohotkey))"
|
||||
|
||||
[ "$output" = "t" ]
|
||||
}
|
Loading…
Reference in a new issue