VirtualBox

Changeset 2156 in kBuild


Ignore:
Timestamp:
Dec 29, 2008 1:12:41 AM (16 years ago)
Author:
bird
Message:

kmk: printf testcase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/tests/scripts/functions/printf

    r2152 r2156  
    5757$(error sub-test 3 failed)
    5858endif
    59 
    60 ifneq ($(printf %#x,127),0x7f)
     59define HASH
     60#
     61endef
     62ifneq ($(printf %$(HASH)x,127),0x7f)
    6163$(error sub-test 4 failed)
    6264endif
    63 
    64 ifneq ($(printf %#X,127),0X7F)
     65ifneq ($(printf %$(HASH)X,127),0X7F)
    6566$(error sub-test 5 failed)
    6667endif
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