new unittest testNamespace
[sfa.git] / Makefile
index 06f184c..1e0992b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,7 @@ ifeq (,$(SSHURL))
        @exit 1
 else
        +$(RSYNC) ./sfa/ $(SSHURL)/usr/lib/python2.5/site-packages/sfa/
+       +$(RSYNC) ./tests/ $(SSHURL)/root/tests-sfa
        +$(RSYNC)  $(BINS) $(SSHURL)/usr/bin
        $(SSHCOMMAND) exec service sfa restart
 endif