Add test for github and emacsmirror install methods

This commit is contained in:
Ryan C. Thompson 2012-02-13 12:38:38 -08:00
parent 61fcc202c4
commit 478cc65469

12
test/el-get-issue-513.el Normal file
View File

@ -0,0 +1,12 @@
;; https://github.com/dimitri/el-get/issues/513
;;
;; Testing the github and emacsmirror methods
(let ((debug-on-error t)
;; (el-get-byte-compile nil)
(el-get-verbose t))
(require 'el-get)
;; Install a github-type recipe
(el-get 'sync 'window-layout)
;; Install an emacsmirror-type recipe
(el-get 'sync 'dired-plus))