VirtualBox

Changeset 2328 in kBuild


Ignore:
Timestamp:
Apr 10, 2009 4:21:18 PM (16 years ago)
Author:
bird
Message:

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

Location:
branches/kBuild-0.1.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/kBuild-0.1.5

    • Property svn:mergeinfo changed
      /trunkmerged: 2277
  • branches/kBuild-0.1.5/src/kmk/tests/scripts/functions/if-expr

    r2243 r2328  
    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