diff --git a/system/base/libunistring/actions.py b/system/base/libunistring/actions.py index b735ef49..8ebf36c9 100644 --- a/system/base/libunistring/actions.py +++ b/system/base/libunistring/actions.py @@ -18,7 +18,7 @@ def build(): autotools.make() def check(): - #autotools.make("check") + autotools.make("check") def install(): autotools.install()