diff --git a/buildout/profiles/development.cfg b/buildout/profiles/development.cfg
index 18202a6edff258787f5b0c44b182e93ab2c55334..f843f1d6b5f9135817547fa391247c3eb21868ca 100644
--- a/buildout/profiles/development.cfg
+++ b/buildout/profiles/development.cfg
@@ -3,10 +3,20 @@ extends = ../profiles/deployment.cfg
 
 parts +=
   zope-instance
+  runUnitTest
 
 [software_definition]
 software_home = ${buildout:directory}
 
+[runUnitTest]
+recipe = erp5.recipe.testrunner
+zope2-location = ${zope-instance:zope2-location}
+products =
+  ${software_definition:products-zope}
+  ${zope-instance:products}
+bt5_path = ${software_definition:bt5-erp5}
+instance-home = ${zope-instance:instancehome}
+
 [zope-instance]
 # developer by default want to have updatable Data.fs
 force-zodb-update = true