guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: android-liblog: Don't disable tests.


From: Danny Milosavljevic
Subject: 01/05: gnu: android-liblog: Don't disable tests.
Date: Wed, 9 May 2018 19:28:16 -0400 (EDT)

dannym pushed a commit to branch master
in repository guix.

commit 5c45730a0390477feb3a3e82d0e51881070fd906
Author: Danny Milosavljevic <address@hidden>
Date:   Thu May 10 01:08:49 2018 +0200

    gnu: android-liblog: Don't disable tests.
    
    * gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
---
 gnu/packages/android.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm
index bae5b77..9302fc3 100644
--- a/gnu/packages/android.scm
+++ b/gnu/packages/android.scm
@@ -150,8 +150,7 @@ use their packages mostly unmodified in our Android NDK 
build system.")
     (source (android-platform-system-core version))
     (build-system android-ndk-build-system)
     (arguments
-     `(#:tests? #f ; TODO.
-       #:make-flags '("LDLIBS=-lpthread")
+     `(#:make-flags '("LDLIBS=-lpthread")
        #:phases
        (modify-phases %standard-phases
          (add-after 'unpack 'enter-source



reply via email to

[Prev in Thread] Current Thread [Next in Thread]