Rev 3912 | Rev 4588 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3912 | Rev 4075 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | 43 | ||
| 44 | /** Activate the measured strings self test. |
44 | /** Activate the measured strings self test. |
| 45 | * The NET_SELF_TEST has to be activated. |
45 | * The NET_SELF_TEST has to be activated. |
| 46 | * @see measured_strings.h |
46 | * @see measured_strings.h |
| 47 | */ |
47 | */ |
| 48 | #define NET_SELF_TEST_MEASURED_STRINGS 1 |
48 | #define NET_SELF_TEST_MEASURED_STRINGS 0 |
| 49 | 49 | ||
| 50 | /** Activate the char map self test. |
50 | /** Activate the char map self test. |
| 51 | * The NET_SELF_TEST has to be activated. |
51 | * The NET_SELF_TEST has to be activated. |
| 52 | * @see char_map.h |
52 | * @see char_map.h |
| 53 | */ |
53 | */ |
| Line 69... | Line 69... | ||
| 69 | * The NET_SELF_TEST has to be activated. |
69 | * The NET_SELF_TEST has to be activated. |
| 70 | * @see generic_char_map.h |
70 | * @see generic_char_map.h |
| 71 | */ |
71 | */ |
| 72 | #define NET_SELF_TEST_GENERIC_CHAR_MAP 0 |
72 | #define NET_SELF_TEST_GENERIC_CHAR_MAP 0 |
| 73 | 73 | ||
| - | 74 | /** Activate the CRC computation self test. |
|
| - | 75 | * The NET_SELF_TEST has to be activated. |
|
| - | 76 | * @see crc.h |
|
| - | 77 | */ |
|
| - | 78 | #define NET_SELF_TEST_CRC 0 |
|
| - | 79 | ||
| 74 | #endif |
80 | #endif |
| 75 | 81 | ||
| 76 | /** @} |
82 | /** @} |
| 77 | */ |
83 | */ |