summaryrefslogtreecommitdiffstats
path: root/RPM4/t/01compile.t
blob: 568a258d1726c827c14b6da86b497fd9c04dfaf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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/);