]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
gettext: Enable testsuite.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Jun 2010 08:05:38 +0000 (10:05 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 20 Jun 2010 08:05:38 +0000 (10:05 +0200)
Runs perfectly.

pkgs/core/gettext/gettext.nm

index 669f263a2583a474a52d762e09447aa8911e0d62..e073d4ec0a2513f2300d1d23fdef4ea5678973d4 100644 (file)
@@ -59,3 +59,6 @@ CONFIGURE_OPTIONS += \
        --enable-shared \
        --disable-rpath
 
+define STAGE_TEST
+       cd $(DIR_APP) && make check
+endef