From f9553f3e2b7f21080ce7974909e92d251aaae528 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 18 Mar 2011 19:01:58 +0100 Subject: Add tests --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3