From 5c45730a0390477feb3a3e82d0e51881070fd906 Mon Sep 17 00:00:00 2001 From: Danny Milosavljevic Date: Thu, 10 May 2018 01:08:49 +0200 Subject: 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(-) (limited to 'gnu/packages/android.scm') diff --git a/gnu/packages/android.scm b/gnu/packages/android.scm index bae5b77ffe..9302fc3f2f 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 -- cgit v1.2.3