• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

data/H22-Mar-2021-2,2381,732

Makefile.amH A D10-Dec-20206.9 KiB193170

Makefile.inH A D03-May-202221.7 KiB719635

READMEH A D28-May-20201 KiB3722

atlocal.inH A D22-Mar-20212.4 KiB9277

debugedit.atH A D27-Aug-202010.9 KiB395330

local.atH A D23-Jun-20201 KiB5244

package.m4H A D22-Mar-2021275 76

rpmbuild.atH A D10-Dec-202048.8 KiB1,7841,554

rpmbuildid.atH A D23-Jun-202040 KiB1,243990

rpmconfig.atH A D23-Jun-202013.2 KiB665601

rpmconfig2.atH A D23-Jun-202011.4 KiB568510

rpmconfig3.atH A D23-Jun-20205 KiB243214

rpmconflict.atH A D23-Jun-202010.6 KiB403355

rpmdb.atH A D23-Jun-20207.3 KiB365308

rpmdepmatch.atH A D28-May-20209.5 KiB242208

rpmdeps.atH A D23-Jun-202016.1 KiB735610

rpmgeneral.atH A D22-Mar-20215.5 KiB348337

rpmi.atH A D10-Dec-202017.5 KiB725633

rpmio.atH A D23-Jun-20201.1 KiB6253

rpmmacro.atH A D10-Dec-202014.3 KiB811750

rpmorder.atH A D23-Jun-20202.9 KiB136126

rpmpython.atH A D30-Nov-202012.9 KiB660612

rpmquery.atH A D23-Jun-202018.5 KiB899856

rpmreplace.atH A D23-Jun-202012.1 KiB540465

rpmscript.atH A D23-Jun-20208.3 KiB363326

rpmsigdig.atH A D22-Mar-202117.9 KiB540499

rpmspec.atH A D28-May-20206.9 KiB288261

rpmtestsH A D22-Mar-20211.2 MiB45,00736,081

rpmtests.atH A D15-Feb-2021638 2524

rpmvercmp.atH A D28-May-20203.7 KiB151125

rpmverify.atH A D23-Jun-202013.8 KiB616539

rpmvfylevel.atH A D23-Jun-20207.6 KiB359333

README

1To run these tests you need at least these dependencies on the host:
2
3    fakechroot (https://github.com/dex4er/fakechroot/wiki)
4    gdb (https://www.gnu.org/software/gdb/)
5    gnupg >= 2.0 (https://www.gnupg.org/)
6
7Then run
8
9   make check
10
11The number of tests performed depends on enabled features at configure-time,
12at least --with/without-lua and --enable/--disable-python.
13See also the INSTALL file for more information.
14
15To run single tests you can run
16
17   make populate_testing ; ./rpmtests NNN MMM ...
18
19where NNN and MMM are the numbers of the tests to be run. Use
20
21      ./rpmtests -l
22
23to get the list of available tests.
24You can also select tests by keywords used in their description by using
25
26     ./rpmtests -k KEYWORD
27
28Use multiple -k parameters to have tests with different keywords run.
29Use -k KEYWORD1,KEYWORD2 to execute tests matching both KEYWORD1 and KEYWORD2.
30
31See
32
33	./rpmtests --help
34
35for more options. But be aware some (like -j) may not work properly with
36the test suite unless a very restricted set of test is run.
37