• Don Gagne's avatar
    Unit Tests are now part of main build · 0526d3be
    Don Gagne authored
    - debug builds always compile unit tests in
    - seperate qgcunittest.pro is no longer needed
    - found out the hard way that you can’t use debug or release as a
    scope. You need to use the CONFIG(debug,debug|relase) macro (in this
    example to test fro debug). Reason is that debug and release show up
    multiple times in CONFIG, last debug wins. This is what the CONFIG
    macro does. Without it, it’s luck as to what you get. I found OSX was
    getting debug, Linux was getting a debug build, build into release
    directories. QT_DEBUG set randomly. Lot’s of problems.
    0526d3be
Name
Last commit
Last update
avrdude Loading commit data...
data Loading commit data...
deploy Loading commit data...
doc Loading commit data...
files Loading commit data...
libs Loading commit data...
qml Loading commit data...
qupgrade @ faa4f1a7 Loading commit data...
src Loading commit data...
tools Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
Custom-Info.plist Loading commit data...
README.md Loading commit data...
demo-log.txt Loading commit data...
license.txt Loading commit data...
qgcvideo.pro Loading commit data...
qgroundcontrol.pri Loading commit data...
qgroundcontrol.pro Loading commit data...
qgroundcontrol.qrc Loading commit data...
qgroundcontrol.rc Loading commit data...
qserialport.pri Loading commit data...
qupgrade.pro Loading commit data...
testlog.txt Loading commit data...
testlog2.txt Loading commit data...
user_config.pri.dist Loading commit data...