Restructure paths, add tests package.
authorOlof-Joachim Frahm <olof@macrolet.net>
Mon, 10 Jun 2013 22:39:13 +0000 (00:39 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Mon, 10 Jun 2013 22:39:13 +0000 (00:39 +0200)
commit7c56d5c60449ae124a1c748b2939f31f38956358
tree6910a0fb10a91441ab2a715a19b807e693680ba8
parent23eae115e404fd11eda3b293eb4e0fc34ae9b3a6
Restructure paths, add tests package.

I.e. src and tests components, use fiveam as usual.
13 files changed:
README.md
cl-inotify.asd
grovel.lisp [deleted file]
inotify.lisp [deleted file]
iolib.lisp [deleted file]
package.lisp [deleted file]
src/grovel.lisp [new file with mode: 0644]
src/inotify.lisp [new file with mode: 0644]
src/iolib.lisp [new file with mode: 0644]
src/package.lisp [new file with mode: 0644]
tests/inotify.lisp [new file with mode: 0644]
tests/package.lisp [new file with mode: 0644]
tests/suite.lisp [new file with mode: 0644]