Changeset 2328 in kBuild
- Timestamp:
- Apr 10, 2009 4:21:18 PM (16 years ago)
- Location:
- branches/kBuild-0.1.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/kBuild-0.1.5
-
branches/kBuild-0.1.5/src/kmk/tests/scripts/functions/if-expr
r2243 r2328 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.