renamed tests project

This commit is contained in:
Patrizio Bekerle 2015-11-19 08:16:00 +01:00
parent 0331af918d
commit fb50e59912
2 changed files with 2 additions and 2 deletions

View file

@ -58,12 +58,12 @@ script:
- cd ./tests
- qmake DEFINES+=INTEGRATION_TESTS && make -s -j 2
- if [ "${TRAVIS_OS_NAME}" = "linux" ]; then
./../bin/tests/tests -platform minimal -txt
./../bin/tests/QOwnNotesTests -platform minimal -txt
&& sudo pip install cpp-coveralls
&& coveralls -b `pwd`/unit_tests/ -r `readlink -m ./../` -e tests/ -E .+/moc_.* -E .+/qrc_.* -E .+/qxt.* -E .+/ui_.* > coveralls.log
;
else
./../bin/tests/tests.app/Contents/MacOS/tests -platform minimal -txt
./../bin/tests/QOwnNotesTests.app/Contents/MacOS/QOwnNotesTests -platform minimal -txt
;
fi
- cd ./../src