add: external test for issue #404

This commit is contained in:
Joao Tavora
2013-10-31 13:01:29 +01:00
parent 6c3e0294dd
commit 43a484e943
2 changed files with 41 additions and 7 deletions

View File

@@ -13,7 +13,9 @@ FileUtils.mkdir_p('pkg')
desc "run tests in batch mode"
task :tests do
sh "#{$EMACS} -Q -L . -l yasnippet-tests.el -nw --batch -e yas-batch-run-tests"
batch_run_line = "(yas-batch-run-tests t)"
sh "#{$EMACS} -Q -L . -l yasnippet-tests.el -nw" +
" --batch --eval '#{batch_run_line}'"
end
desc "convert some textmate bundles to yasnippets"