summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-03-18 19:01:58 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-03-18 19:01:58 +0100
commitf9553f3e2b7f21080ce7974909e92d251aaae528 (patch)
tree7d08189cca69cde69e64d98e1a514942a2f04e14 /Makefile
parentfef20e838cf1eeacacdae0491a13727b4ad8b7e9 (diff)
Add tests
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86f9f45..783b3cc 100644
--- a/Makefile
+++ b/Makefile
@@ -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