Changeset 2277 for trunk/src/kmk/tests/scripts/functions
- Timestamp:
- Feb 24, 2009, 3:18:24 AM (17 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/kmk/tests/scripts/functions/if-expr (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/kmk/tests/scripts/functions/if-exprr2243 r2277 60 60 ''); 61 61 62 63 # TEST #2 - Checks that the optional 3 argument can be omitted. 64 # ------------------------------------------------------------- 65 run_make_test(' 66 ifneq ($(if-expr 1==1,true),true) 67 $(error sub-test 0 failed) 68 endif 69 ifneq ($(if-expr 2==1,true),) 70 $(error sub-test 0 failed) 71 endif 72 .PHONY: all 73 all: ; @: 74 ', 75 '', 76 ''); 77 62 78 } 63 79 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
