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:
Lorenz Meier 2013-09-01 13:51:56 -07:00
commit bda85d54e4
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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