From eab72f00b2ffe11377f54a81246aa19a889c1820 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 13 Aug 2012 11:18:29 +0200 Subject: [PATCH] Declare tests (fix) --- setup.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c9be414..0f882a1 100644 --- a/setup.py +++ b/setup.py @@ -38,12 +38,16 @@ setup( # for tests or db creation, enable the following line: #'replay_manager.py = bob.db.script.dbmanage:main', ], + + # bob database declaration 'bob.db': [ 'replay = replay.db', - ] + ], + + # bob unittest declaration 'bob.test': [ 'replay = replay.test', - ] + ], }, ) -- GitLab