diff --git a/scripts/cargo2android.py b/scripts/cargo2android.py index 48158fd1e..9f116b3e7 100755 --- a/scripts/cargo2android.py +++ b/scripts/cargo2android.py @@ -1547,7 +1547,7 @@ class Runner(object): return '' def add_empty_test(self, name): - if name == 'unittests': + if name.startswith('unittests'): self.empty_unittests = True else: self.empty_tests.add(name)