doc/makefile-variables.txt
changeset 3701 2c4a1656e035
parent 3671 91f76aae1155
child 3817 30b42c38bbc4
equal deleted inserted replaced
3700:86697167a9fb 3701:2c4a1656e035
    90 expressions that are applied to the test results. There are some global
    90 expressions that are applied to the test results. There are some global
    91 default ones in the COMPONENT_TEST_TRANSFORMS definition in shared-macros.mk,
    91 default ones in the COMPONENT_TEST_TRANSFORMS definition in shared-macros.mk,
    92 but your component Makefile might have to += some more for specific transforms
    92 but your component Makefile might have to += some more for specific transforms
    93 that need to be applied to the test output for just this component.
    93 that need to be applied to the test output for just this component.
    94 
    94 
       
    95 * SKIP_TEST_AT_TOP_LEVEL inclusion of this variable in a component Makefile
       
    96   will cause that component's tests to be skipped when running "gmake test"
       
    97   at the top level.  It's often used for excluding long-running tests 
       
    98   that may slow down comprehensive component testing.  
       
    99 
    95 * COMPONENT_POST_UNPACK_ACTION is for making minor alterations to the unpacked
   100 * COMPONENT_POST_UNPACK_ACTION is for making minor alterations to the unpacked
    96   source directory before any patching has taken place.  It should almost never
   101   source directory before any patching has taken place.  It should almost never
    97   be used.
   102   be used.
    98 * COMPONENT_PREP_ACTION is used to make alterations to the unpacked and patched
   103 * COMPONENT_PREP_ACTION is used to make alterations to the unpacked and patched
    99   source.  It should be used with care.
   104   source.  It should be used with care.