summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-07 18:16:49 -0700
committerDavid Bremner <bremner@debian.org>2019-08-25 15:03:20 -0300
commit97d7625316728d818a8ae0c61bfcbe90c3482dfd (patch)
tree5259d183dabceeb22c75b92dd9750f2de8ae2238
parentd63660beb2d3af3c2786be10e11b86eb7d8082f3 (diff)
patch README for Debianarchive/debian/0.1.2-4
Gbp-Pq: Name patch-README-for-Debian.patch
-rw-r--r--README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/README.md b/README.md
index e7b0d90..8fd759c 100644
--- a/README.md
+++ b/README.md
@@ -5,12 +5,6 @@ just like `ert-deftest`, except that it works for async tests.
## Installation
-Add `ert-async` to your [Cask](https://github.com/cask/cask) file:
-
-```lisp
-(depends-on "ert-async")
-```
-
Add this to get font locking for `ert-deftest-async`:
```lisp
@@ -55,17 +49,3 @@ you don't want a function to callback, for example:
(funcall done "should not callback, but did")))
(funcall done))
```
-
-## Contribution
-
-Contribution is much welcome!
-
-Install [Cask](https://github.com/cask/cask) if you haven't
-already, then:
-
- $ cd /path/to/ert-async.el
- $ cask
-
-Run all tests with:
-
- $ make