Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/configuration.h

    ra64c64d r21580dd  
    4646/*@{*/
    4747
     48/** Activates the measured strings self test.
     49 *  The NET_SELF_TEST has to be activated.
     50 *  @see measured_strings.h
     51 */
     52#define NET_SELF_TEST_MEASURED_STRINGS  1
     53
    4854/** Activates the char map self test.
    4955 *  The NET_SELF_TEST has to be activated.
     
    5258#define NET_SELF_TEST_CHAR_MAP                  1
    5359
    54 /** Activates the CRC computation self test.
     60/** Activates the integral map self test.
    5561 *  The NET_SELF_TEST has to be activated.
    56  *  @see crc.h
     62 *  @see int_map.h
    5763 */
    58 #define NET_SELF_TEST_CRC                               1
     64#define NET_SELF_TEST_INT_MAP                   1
    5965
    60 /** Activates the dynamic fifo self test.
     66/** Activates the generic field self test.
    6167 *  The NET_SELF_TEST has to be activated.
    62  *  @see dynamic_fifo.h
     68 *  @see generic_field.h
    6369 */
    64 #define NET_SELF_TEST_DYNAMIC_FIFO              1
     70#define NET_SELF_TEST_GENERIC_FIELD             1
    6571
    6672/** Activates the generic char map self test.
     
    7076#define NET_SELF_TEST_GENERIC_CHAR_MAP  1
    7177
    72 /** Activates the generic field self test.
     78/** Activates the CRC computation self test.
    7379 *  The NET_SELF_TEST has to be activated.
    74  *  @see generic_field.h
     80 *  @see crc.h
    7581 */
    76 #define NET_SELF_TEST_GENERIC_FIELD             1
     82#define NET_SELF_TEST_CRC       1
    7783
    78 /** Activates the integral map self test.
     84/** Activates the dynamic fifo self test.
    7985 *  The NET_SELF_TEST has to be activated.
    80  *  @see int_map.h
     86 *  @see dynamic_fifo.h
    8187 */
    82 #define NET_SELF_TEST_INT_MAP                   1
    83 
    84 /** Activates the measured strings self test.
    85  *  The NET_SELF_TEST has to be activated.
    86  *  @see measured_strings.h
    87  */
    88 #define NET_SELF_TEST_MEASURED_STRINGS  1
     88#define NET_SELF_TEST_DYNAMIC_FIFO      1
    8989
    9090/*@}*/
Note: See TracChangeset for help on using the changeset viewer.