diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index 8d097aa9773d90998a836c7b824b7eb17313694f..b3e99a3cd0047446bd3732ec87f3b907b4c4eaed 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -24,3 +24,10 @@ pushd sflphone-client-gnome
 make
 popd
 
+# Run the unit tests for the daemon
+pushd sflphone-common/test
+make check
+./test
+popd
+
+