From 3f05816ea746124ca2b91842ba5f8bb5175c2068 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Sat, 08 Dec 2012 14:54:01 +0000 Subject: Add per module tests to the check target --- (limited to 'devbot/config.py') diff --git a/devbot/config.py b/devbot/config.py index 9cce430..ed0f355 100644 --- a/devbot/config.py +++ b/devbot/config.py @@ -37,6 +37,7 @@ class Module: self.auto_install = info.get("auto-install", False) self.options = info.get("options", []) self.options_evaluated = info.get("options_evaluated", []) + self.has_tests = info.get("has_tests", False) if get_pref("BUILD_IN_SOURCE"): self.out_of_source = False -- cgit v0.9.1