VirtualBox

Changeset 2277 in kBuild for trunk/src/kmk/tests


Ignore:
Timestamp:
Feb 24, 2009 2:18:24 AM (16 years ago)
Author:
bird
Message:

kmk: Testcase for teh $(if-expr 1==2,) crash. References #85.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/tests/scripts/functions/if-expr

    r2243 r2277  
    6060'');
    6161
     62
     63   # TEST #2 - Checks that the optional 3 argument can be omitted.
     64   # -------------------------------------------------------------
     65   run_make_test('
     66ifneq ($(if-expr 1==1,true),true)
     67$(error sub-test 0 failed)
     68endif
     69ifneq ($(if-expr 2==1,true),)
     70$(error sub-test 0 failed)
     71endif
     72.PHONY: all
     73all: ; @:
     74',
     75'',
     76'');
     77
    6278}
    6379
Note: See TracChangeset for help on using the changeset viewer.

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