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:
parent
51cdd94379
commit
81e935fe0e
50 changed files with 1819 additions and 339 deletions
3
setup.py
3
setup.py
|
|
@ -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",
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue