VirtualBox

source: kBuild/trunk/src/kmk/testcase-ifeq-escape.kmk@ 3387

Last change on this file since 3387 was 3154, checked in by bird, 6 years ago

kmk_cc_exec: Some more work.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
File size: 197 bytes
Line 
1# $Id: testcase-ifeq-escape.kmk 3154 2018-03-15 23:35:33Z bird $
2# Testcase for weird 'ifeq' and funny escapes.
3
4ifeq "1 \
5 \
6 \
7 \
8 \
9 " \
10"1 "
11$(info info: ifeq -> equal)
12else
13$(error info: ifeq -> not equal - wrong)
14endif
15
16all:
17 @echo okay
18
Note: See TracBrowser for help on using the repository browser.

© 2023 Oracle
ContactPrivacy policyTerms of Use