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
683fda7c
Commit
683fda7c
authored
Jan 12, 2011
by
INIDETAM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes in TestUnit
parent
9ff341a0
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
+12
-4
tst_uasunittest.cc
qgcunittest/tst_uasunittest.cc
+6
-1
qgroundcontrol.pri
qgroundcontrol.pri
+3
-1
qgroundcontrol.pro
qgroundcontrol.pro
+1
-0
GAudioOutput.h
src/GAudioOutput.h
+2
-2
No files found.
qgcunittest/tst_uasunittest.cc
View file @
683fda7c
...
...
@@ -14,6 +14,9 @@ private Q_SLOTS:
void
initTestCase
();
void
cleanupTestCase
();
void
testCase1
();
protected:
UAS
*
prueba
;
};
UASUnitTest
::
UASUnitTest
()
...
...
@@ -23,7 +26,7 @@ UASUnitTest::UASUnitTest()
void
UASUnitTest
::
initTestCase
()
{
MAVLinkProtocol
*
mav
=
new
MAVLinkProtocol
();
UAS
*
prueba
=
new
UAS
(
mav
,
0
);
prueba
=
new
UAS
(
mav
,
0
);
}
void
UASUnitTest
::
cleanupTestCase
()
...
...
@@ -32,7 +35,9 @@ void UASUnitTest::cleanupTestCase()
void
UASUnitTest
::
testCase1
()
{
QVERIFY2
(
true
,
"Failure"
);
}
QTEST_APPLESS_MAIN
(
UASUnitTest
);
...
...
qgroundcontrol.pri
View file @
683fda7c
...
...
@@ -164,6 +164,8 @@ linux-g++ {
QMAKE_POST_LINK += cp -rf $$BASEDIR/audio $$DESTDIR/.
message("Compiling for linux 32")
INCLUDEPATH += /usr/include \
/usr/local/include \
/usr/include/qt4/phonon
...
...
qgroundcontrol.pro
View file @
683fda7c
...
...
@@ -55,6 +55,7 @@ exists(user_config.pri) {
message
(
"Adding support for additional MAVLink messages for: "
$$
MAVLINK_CONF
)
message
(
"------------------------------------------------------------------------"
)
}
INCLUDEPATH
+=
$$
BASEDIR
/../
mavlink
/
include
/
common
contains
(
MAVLINK_CONF
,
pixhawk
)
{
#
Remove
the
default
set
-
it
is
included
anyway
...
...
src/GAudioOutput.h
View file @
683fda7c
...
...
@@ -40,8 +40,8 @@ This file is part of the PIXHAWK project
#endif
#ifdef Q_OS_LINUX
//#include <flite/flite.h>
#include <
P
honon/MediaObject>
#include <
P
honon/AudioOutput>
#include <
p
honon/MediaObject>
#include <
p
honon/AudioOutput>
#endif
#ifdef Q_OS_WIN
#include <Phonon/MediaObject>
...
...
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