diff --git a/setup.py b/setup.py
index 726fdceba1dffbc96d7d457cc1ac4eab2892d51f..c9be414aae218352d99084dd5bc625b16753e2d4 100644
--- a/setup.py
+++ b/setup.py
@@ -41,6 +41,9 @@ setup(
       'bob.db': [
         'replay = replay.db',
         ]
+      'bob.test': [
+        'replay = replay.test',
+        ]
       },
 
 )