Fix test data, improve Makefile.

Previous test data was insufficient for proper testing.
Test compose runs and depsolving tests require precisely
set NVRs, dependencies, sub-packages, etc.
Using rpmfluff for these would be an overkill, it's better
to create RPMs directly from specs.
This commit is contained in:
Daniel Mach 2015-06-25 08:02:52 -04:00
parent 51cdd94379
commit 81e935fe0e
50 changed files with 1819 additions and 339 deletions

View file

@ -43,5 +43,6 @@ setup(
('/usr/share/pungi', glob.glob('share/*.ks')),
('/usr/share/pungi', glob.glob('share/*.dtd')),
('/usr/share/pungi/multilib', glob.glob('share/multilib/*')),
]
],
test_suite = "tests",
)