gnu: fastboot: Enable tests.

* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
This commit is contained in:
Danny Milosavljevic 2018-05-10 02:41:20 +02:00
parent fff92439b2
commit b913d1eaf2
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -612,8 +612,7 @@ (define-public fastboot
(lib (string-append out "/lib")) (lib (string-append out "/lib"))
(bin (string-append out "/bin"))) (bin (string-append out "/bin")))
(install-file "fastboot" bin) (install-file "fastboot" bin)
#t)))) #t))))))
#:tests? #f)) ; Require network
(inputs (inputs
`(("adb" ,adb) `(("adb" ,adb)
("android-safe-iop" ,android-safe-iop) ("android-safe-iop" ,android-safe-iop)