From cbcdae3cf0e3ba8d18c9c4f8787dba85c29c3828 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 13 Aug 2012 11:08:39 +0200 Subject: [PATCH] Declare tests --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 726fdce..c9be414 100644 --- a/setup.py +++ b/setup.py @@ -41,6 +41,9 @@ setup( 'bob.db': [ 'replay = replay.db', ] + 'bob.test': [ + 'replay = replay.test', + ] }, ) -- GitLab