]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/websocket/README.org
Remove the ERT testing file, which had too many FSF-unsigned changes.
[gnu-emacs-elpa] / packages / websocket / README.org
index ee203816b3ad2179087b29f5976079fcae1f1791..db5abbae6d54ff95335030de0c4d71432d7d60a1 100644 (file)
@@ -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.