diff --git a/system/base/dbus-glib/actions.py b/system/base/dbus-glib/actions.py index f0090bf8..bdb0cde5 100644 --- a/system/base/dbus-glib/actions.py +++ b/system/base/dbus-glib/actions.py @@ -23,8 +23,8 @@ def setup(): def build(): autotools.make() -# def check(): - # autotools.make("check") +def check(): + autotools.make("check") def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR())