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 - make -s -j2
- cd ../ - cd ../
# Build gui/test # Build gui/test
# - cd gui/test - cd gui/test/projectfile
# - qmake - qmake && make && ./test-projectfile
# - make - cd -
# - filelist/test-filelist
# - projectfile/test-projectfile
# - xmlreportv2/test-xmlreportv2
# - cd ../..
# Build triage # Build triage
- cd ./tools/triage - cd ./tools/triage
- git clean -dfx . - git clean -dfx .

View File

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