]> iEval git - android-adb.git/blob - t/Android-ADB.t
Initial commit
[android-adb.git] / t / Android-ADB.t
1 #!/usr/bin/perl
2 use strict;
3 use warnings;
4
5 use Test::More tests => 1;
6 BEGIN { use_ok('Android::ADB') };
This page took 0.037148 seconds and 4 git commands to generate.