X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/cb753c3ace486a17e1f3fbb3cbee29dfd20ae68d..abab0678161b2c8cd92d285589ae53bb2b191884:/packages/websocket/README.org diff --git a/packages/websocket/README.org b/packages/websocket/README.org index ee203816b..db5abbae6 100644 --- a/packages/websocket/README.org +++ b/packages/websocket/README.org @@ -11,11 +11,15 @@ An example of how to use the library is in the This library is compatible with emacs 23 and 24, although only emacs 24 support secure websockets. +NOTE: Due to FSF attribution restrictions, ERT tests are only not +present in the emacs ELPA repository. They can only be found in the +github repository at https://github.com/ahyatt/emacs-websocket/. + * Version release checklist Each version that is released should be checked with this checklist: -- [ ] All ert test passing +- [ ] All ert test passing (see note above on ERT tests) - [ ] Functional test passing on emacs 23 and 24 - [ ] websocket.el byte compiling cleanly.