diff --git a/buildout.cfg b/buildout.cfg
index da3d081bb27b00a80ba9c63ad684498c1771bf0c..1215a20155708d0d1edb733ec2211a70eb618a6e 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -3,7 +3,7 @@
 ; Mon 16 Apr 08:29:18 2012 CEST
 
 [buildout]
-parts = python
+parts = python tests
 develop = .
 eggs = bob.db.replay
 
@@ -11,3 +11,9 @@ eggs = bob.db.replay
 recipe = zc.recipe.egg
 interpreter = python
 eggs = ${buildout:eggs}
+
+[tests]
+recipe = pbp.recipe.noserunner
+eggs = ${buildout:eggs}
+       pbp.recipe.noserunner
+script = tests.py