forked from Archive/PX4-Autopilot
Merge pull request #372 from sjwilks/cleanup
Make sure the unit tests aren't included as part of the standard firmware binary
This commit is contained in:
commit
bda85d54e4
|
@ -94,8 +94,8 @@ MODULES += modules/sdlog2
|
|||
#
|
||||
# Unit tests
|
||||
#
|
||||
MODULES += modules/unit_test
|
||||
MODULES += modules/commander/commander_tests
|
||||
#MODULES += modules/unit_test
|
||||
#MODULES += modules/commander/commander_tests
|
||||
|
||||
#
|
||||
# Library modules
|
||||
|
|
|
@ -88,8 +88,8 @@ MODULES += modules/sdlog2
|
|||
#
|
||||
# Unit tests
|
||||
#
|
||||
MODULES += modules/unit_test
|
||||
MODULES += modules/commander/commander_tests
|
||||
#MODULES += modules/unit_test
|
||||
#MODULES += modules/commander/commander_tests
|
||||
|
||||
#
|
||||
# Library modules
|
||||
|
|
Loading…
Reference in New Issue