Fixed testsuite
This commit is contained in:
@@ -36,11 +36,14 @@ cd ..
|
|||||||
qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR
|
qmake projects/mtg/wagic-qt.pro CONFIG+=console CONFIG+=debug DEFINES+=CAPTURE_STDERR
|
||||||
make -j 8
|
make -j 8
|
||||||
|
|
||||||
# Now we run the testsuite
|
# we create resource package
|
||||||
./wagic
|
|
||||||
|
|
||||||
# And we create resource package (not before testsuite, it mofifies resources)
|
|
||||||
cd projects/mtg/bin/Res
|
cd projects/mtg/bin/Res
|
||||||
python createResourceZip.py
|
python createResourceZip.py
|
||||||
mv core_*.zip core.zip
|
mv core_*.zip core.zip
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
|
|
||||||
|
# Now we run the testsuite (Res needs to be in the working directory)
|
||||||
|
cd projects/mtg
|
||||||
|
../../wagic
|
||||||
|
cd ../..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user