diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-03-18 19:01:58 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-03-18 19:01:58 +0100 |
commit | f9553f3e2b7f21080ce7974909e92d251aaae528 (patch) | |
tree | 7d08189cca69cde69e64d98e1a514942a2f04e14 /Makefile | |
parent | fef20e838cf1eeacacdae0491a13727b4ad8b7e9 (diff) |
Add tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -12,7 +12,10 @@ install: @cp lib/ssh-forcecommand ${lib_dir} @chmod 755 ${lib_dir}/ssh-forcecommand +test: + @prove + uninstall: rm -f ${lib_dir}/ssh-forcecommand -.PHONY: all install uninstall +.PHONY: all install test uninstall |