From: Francois Perrad Date: Tue, 4 Dec 2018 04:37:50 +0000 (+0100) Subject: utils/scancpan: allow the generation of more tests X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84179d4a04b4d6d26519f756678a609a9a7369ff;p=buildroot.git utils/scancpan: allow the generation of more tests Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- diff --git a/utils/scancpan b/utils/scancpan index 6592afc2fd..8073ad1978 100755 --- a/utils/scancpan +++ b/utils/scancpan @@ -578,7 +578,7 @@ sub find_license_files { sub want_test { my ($distname) = @_; - return 1 if $need_dlopen{$distname} && scalar @{$deps_runtime{$distname}} > 1; + return 1 if $need_dlopen{$distname} && scalar @{$deps_runtime{$distname}} > 0; } sub get_dependencies {