VirtualBox

Changeset 1404 in kBuild for trunk/tests/inherit-bld/Makefile.kmk


Ignore:
Timestamp:
Mar 17, 2008 8:02:15 AM (17 years ago)
Author:
bird
Message:

test case fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/inherit-bld/Makefile.kmk

    r1402 r1404  
    5858
    5959# Test that appending build type inheritance works - dbgbld5 extends dbgbld3.
    60 ## @todo somehow make this test the order
    6160PROGRAMS += inherit-bld5
    6261inherit-bld5_TEMPLATE = TST
    6362inherit-bld5_BLD_TYPE = dbgbld4
    64 inherit-bld5_DEFS.dbgbld3 = X=y
    65 inherit-bld5_DEFS.dbgbld5 = SOMETHING
     63inherit-bld5_DEFS.dbgbld3 = X=y y=0
     64inherit-bld5_DEFS.dbgbld5 = y=42
    6665inherit-bld5_SOURCES = ../dummy_defined_X.c
    6766
    6867# Test that prepending build type inheritance works - dbgbld6 extends dbgbld3.
    69 ## @todo somehow make this test the order
    7068PROGRAMS += inherit-bld6
    7169inherit-bld6_TEMPLATE = TST
    7270inherit-bld6_BLD_TYPE = dbgbld6
    73 inherit-bld6_DEFS.dbgbld3 = X=y
    74 inherit-bld6_DEFS.dbgbld6 = SOMETHING
     71inherit-bld5_DEFS.dbgbld3 = X=y y=42
     72inherit-bld5_DEFS.dbgbld6 = y=0
    7573inherit-bld6_SOURCES = ../dummy_defined_X.c
    7674
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette