Changeset ed339567


Ignore:
Timestamp:
08/18/2006 06:32:06 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
c704412
Parents:
74faad1
Message:

Fixed small bug in Config.in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r74faad1 red339567  
    431431
    432432        choice
    433                 prompt  "Tests ->"
     433                prompt  "Tests level"
    434434                depends  CONFIG_TESTS
    435435                default TEST_1
     
    453453
    454454        choice
    455                 prompt  "Flavour ->"
     455                prompt  "Flavour"
    456456                depends CONFIG_TESTS
    457457
    458458                config  NO_BOMB
    459459                        bool    "Don't stop on test suite failures"
    460                         default n
    461460
    462461                config  BOMB
    463462                        bool    "Abort the build at the first test suite failure"
    464                         default n
    465463        endchoice
    466464
    467465        config  BOMB_TEST
    468466                bool
    469                 default BOMB
     467                default n if NO_BOMB
     468                default y if BOMB
    470469
    471470        #--- End Test Suites
Note: See TracChangeset for help on using the changeset viewer.