Re: [Interest] Qmake/ make check

2015-08-26 Thread Gregory Redder
Thiago,

Thanks for the help. tracked it to what seems to be an issue with our test
code.


On Wed, Aug 26, 2015 at 11:22 AM, Thiago Macieira thiago.macie...@intel.com
 wrote:

 On Wednesday 26 August 2015 10:35:44 Gregory Redder wrote:
  Hello all,
 
  I'm setting up a CI build script for my qt project and I'm running into
  issues.
 
  qmake $project -r -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug
  CONFIG+=qml_debug CONFIG+=testcase
 
  running make and make install. everything is fine but when I run make
 check
  it attempts to run an executable from each sub-library and fails. How do
 I
  stop it from looking for the executables that are never created, while
  still checking the testcase?

 remove the CONFIG+=testcase part.

 Leave that only in your testcases. The make check target is a default
 target
 already in all projects.

 --
 Thiago Macieira - thiago.macieira (AT) intel.com
   Software Architect - Intel Open Source Technology Center

 ___
 Interest mailing list
 Interest@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/interest




-- 
Greg Redder
Rochester Institute of Technology
Computer Engineering Technology `17
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] Qmake/ make check

2015-08-26 Thread Gregory Redder
Hello all,

I'm setting up a CI build script for my qt project and I'm running into
issues.

qmake $project -r -spec linux-g++ CONFIG+=debug CONFIG+=declarative_debug
CONFIG+=qml_debug CONFIG+=testcase

running make and make install. everything is fine but when I run make check
it attempts to run an executable from each sub-library and fails. How do I
stop it from looking for the executables that are never created, while
still checking the testcase?

Thank you
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest