diff options
Diffstat (limited to 'RPM4/t/01compile.t')
-rw-r--r-- | RPM4/t/01compile.t | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RPM4/t/01compile.t b/RPM4/t/01compile.t new file mode 100644 index 0000000..568a258 --- /dev/null +++ b/RPM4/t/01compile.t @@ -0,0 +1,12 @@ +# $Id$ + +use Test::More tests => 3; + +use_ok('RPM4'); +can_ok('RPM4', qw/rpm2header stream2header dumprc dumpmacros newdb/); + +#Header + +# Db +can_ok('RPM4::Transaction', qw/traverse transadd transremove transcheck transorder transrun + importpubkey checkrpm transreset/); |