added ert-expectations from emacs-wiki

added tff recipe
This commit is contained in:
Christian Köstlin 2013-03-02 17:46:32 +01:00
parent c39bd67d4a
commit d77d45d4d7
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,3 @@
(:name ert-expectations
:description "Minimalist unit testing framework"
:type emacswiki)

6
recipes/tff.rcp Normal file
View File

@ -0,0 +1,6 @@
(:name tff
:type http
:website "https://github.com/gizmomogwai/tff"
:description "Toggles between friend files (e.g. h and cpp). See customize-group tff. This deprecates toggle-friend-file"
:url "https://github.com/gizmomogwai/tff/raw/master/tff.el"
:features tff)

View File

@ -1,7 +1,6 @@
(:name toggle-friend-file (:name toggle-friend-file
:type http :type http
:website "https://github.com/gizmomogwai/toggle-friend-file" :website "https://github.com/gizmomogwai/toggle-friend-file"
:description "Toggles between friend files (e.g. h and cpp). See customize-group toggle-friend-file." :description "Deprecated by tff! Toggles between friend files (e.g. h and cpp). See customize-group toggle-friend-file."
:url "https://github.com/gizmomogwai/toggle-friend-file/raw/master/toggle-friend-file.el" :url "https://github.com/gizmomogwai/toggle-friend-file/raw/master/toggle-friend-file.el"
:features toggle-friend-file) :features toggle-friend-file)