CompiletimeTest KONFIG_VALUE

Test that definitions for KONFIG_...  (e.g.  KONFIG_MEMALIGN) are valid.

Summary
CompiletimeTest KONFIG_VALUETest that definitions for KONFIG_...
CopyrightThis program is free software.
Files
C-kern/test/compiletime/konfig_value.hHeader file of CompiletimeTest KONFIG_VALUE.
C-kern/api/test/compiletime.hIncluded from Compiletime-Tests.
KONFIG_MEMALIGN TestTest that KONFIG_MEMALIGN is set to a valid value out of [1,4,8,16,32].
KONFIG_USERINTERFACE TestTest that KONFIG_USERINTERFACE is set to a valid value.

Copyright

This program is free software.  You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Author

© 2011 Jörg Seebohn

Files

C-kern/test/compiletime/konfig_value.h

C-kern/api/test/compiletime.h

Included from Compiletime-Tests.

KONFIG_MEMALIGN Test

Test that KONFIG_MEMALIGN is set to a valid value out of [1,4,8,16,32].

KONFIG_USERINTERFACE Test

Test that KONFIG_USERINTERFACE is set to a valid value.

Test that definitions for KONFIG_...
Includes all tests performed during compilation time.
#define KONFIG_MEMALIGN 4
Alignment of allocated memory.
#define KONFIG_USERINTERFACE NONE
Sets the graphic subsystem.
Close