summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/run_cmd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/run_cmd.py b/tests/run_cmd.py
index 77efbce..d6d4cc7 100644
--- a/tests/run_cmd.py
+++ b/tests/run_cmd.py
@@ -37,3 +37,7 @@ class Main(unittest.TestCase):
self.assertFalse(cmd_manager.commands["ccs2pcs-needle"](clufter_args))
# just the existence of the files is enough for now...
map(lambda f: self.assertTrue(exists(f)), files.itervalues())
+
+
+if __name__ == '__main__':
+ unittest.main()