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

@ -9,10 +9,7 @@ import sys
import tempfile
import shutil
here = sys.path[0]
if here != '/usr/bin':
# Git checkout
sys.path[0] = os.path.dirname(here)
sys.path.insert(0, os.path.join(os.path.dirname(__file__), ".."))
from pungi.arch import *