Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
59a15139
Commit
59a15139
authored
Apr 23, 2017
by
Don Gagne
Committed by
GitHub
Apr 23, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5050 from DonLakeFlyer/UTTestting
Small tweak to kick unit tests
parents
0c4e5cc4
56c97a9b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
.travis.yml
.travis.yml
+3
-8
UnitTestList.cc
src/qgcunittest/UnitTestList.cc
+1
-1
No files found.
.travis.yml
View file @
59a15139
...
@@ -173,15 +173,10 @@ script:
...
@@ -173,15 +173,10 @@ script:
fi
fi
#- ccache -s
#- ccache -s
# unit tests linux/osx
# unit tests linux
-
if [ "${TRAVIS_BRANCH}" != "master" ]; then
-
if [[ "${SPEC}" = "linux-g++-64" && "${CONFIG}" = "debug" ]]; then
if [[ "${SPEC}" = "linux-g++-64" && "${CONFIG}" = "debug" ]]; then
mkdir -p ~/.config/QtProject/ && cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/.config/QtProject/ &&
mkdir -p ~/.config/QtProject/ && cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/.config/QtProject/ &&
./debug/qgroundcontrol-start.sh --unittest;
./debug/qgroundcontrol-start.sh --unittest;
elif [[ "${SPEC}" = "macx-clang" && "${CONFIG}" = "debug" ]]; then
mkdir -p ~/Library/Preferences/QtProject/ && cp ${TRAVIS_BUILD_DIR}/test/qtlogging.ini ~/Library/Preferences/QtProject/ &&
./debug/qgroundcontrol.app/Contents/MacOS/QGroundControl --unittest;
fi
fi
fi
after_success
:
after_success
:
...
...
src/qgcunittest/UnitTestList.cc
View file @
59a15139
...
@@ -66,5 +66,5 @@ UT_REGISTER_TEST(SpeedSectionTest)
...
@@ -66,5 +66,5 @@ UT_REGISTER_TEST(SpeedSectionTest)
// Onboard file support has been removed until it can be make to work correctly
// Onboard file support has been removed until it can be make to work correctly
//UT_REGISTER_TEST(FileManagerTest)
//UT_REGISTER_TEST(FileManagerTest)
// Needs to be update for latest
chang
es
// Needs to be update for latest
updat
es
//UT_REGISTER_TEST(MavlinkLogTest)
//UT_REGISTER_TEST(MavlinkLogTest)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment