summaryrefslogtreecommitdiffstats
path: root/RPM4/t/01compile.t
blob: bb91232b8ba7e7c920213f2aa00c0fa8491fcd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/perl
# $Id$

use Test::More tests => 3;

use_ok('RPM4');
warn ">> RPM version: ", `rpm --version`, "\n";
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));