gui/test: Add projectfile test

This commit is contained in:
Daniel Marjamäki 2019-04-20 19:07:14 +02:00
parent 1f995fd536
commit ff8cf4fe25
2 changed files with 6 additions and 7 deletions

View File

@ -237,13 +237,9 @@ script:
- make -s -j2
- cd ../
# Build gui/test
# - cd gui/test
# - qmake
# - make
# - filelist/test-filelist
# - projectfile/test-projectfile
# - xmlreportv2/test-xmlreportv2
# - cd ../..
- cd gui/test/projectfile
- qmake && make && ./test-projectfile
- cd -
# Build triage
- cd ./tools/triage
- git clean -dfx .

View File

@ -4,6 +4,9 @@ DEPENDPATH += .
INCLUDEPATH += . ../../../externals/simplecpp
OBJECTS_DIR = ../build
MOC_DIR = ../build
QT -= gui
QT += core
CONFIG += console
include(../common.pri)