Changeset 2277 in kBuild for trunk/src/kmk/tests
- Timestamp:
- Feb 24, 2009 2:18:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/tests/scripts/functions/if-expr
r2243 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.