Changeset 42be09b in mainline


Ignore:
Timestamp:
2010-12-02T00:14:18Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
463e734
Parents:
18a6243
Message:

Launch of test drivers configurable

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • HelenOS.config

    r18a6243 r42be09b  
    545545% Line debugging information
    546546! [CONFIG_STRIP_BINARIES!=y] CONFIG_LINE_DEBUG (n/y)
     547
     548% Launch (devman) test drivers
     549! [CONFIG_DEBUG=y] CONFIG_TEST_DRIVERS (y/n)
     550
  • uspace/drv/rootvirt/devices.def

    r18a6243 r42be09b  
    44 * Unless the list is empty, the last item shall be followed by a comma.
    55 */
     6#ifdef CONFIG_TEST_DRIVERS
    67{
    78        .name = "test1",
     
    1617        .match_id = "virtual&test2"
    1718},
     19#endif
Note: See TracChangeset for help on using the changeset viewer.