Changeset 2019 for trunk/src/kmk/testcase-ifcond.kmk
- Timestamp:
- Nov 2, 2008, 1:21:05 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/testcase-ifcond.kmk
r1729 r2019 5 5 6 6 # 7 # Copyright (c) 200 7knut st. osmundsen <bird-src-spam@anduin.net>7 # Copyright (c) 2008 knut st. osmundsen <bird-src-spam@anduin.net> 8 8 # 9 9 # This file is part of kBuild. … … 11 11 # kBuild is free software; you can redistribute it and/or modify 12 12 # it under the terms of the GNU General Public License as published by 13 # the Free Software Foundation; either version 2of the License, or13 # the Free Software Foundation; either version 3 of the License, or 14 14 # (at your option) any later version. 15 15 # … … 20 20 # 21 21 # You should have received a copy of the GNU General Public License 22 # along with kBuild; if not, write to the Free Software 23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 24 # 25 # 26 22 # along with kBuild. If not, see <http://www.gnu.org/licenses/> 23 # 24 # 27 25 28 26 DEPTH = ../.. … … 30 28 31 29 # 32 # Note! The testcase are ordered by ascending operator precedence 30 # Note! The testcase are ordered by ascending operator precedence 33 31 # with the exception of equal and not-equal because these 34 32 # are kind of useful for performing tests on non-logical ops. 35 # 33 # 36 34 37 35 # … … 301 299 302 300 if (2 ^ 1) != 3 303 $(error ) 301 $(error ) 304 302 endif 305 303 … … 432 430 $(error ) 433 431 endif 434 if hhhh < ggggg 432 if hhhh < ggggg 435 433 $(error ) 436 434 endif … … 779 777 endif 780 778 781 $(warning $$(expr ) ) 779 $(warning $$(expr ) ) 782 780 ifeq ($(expr 5+3),8) 783 781 else
Note:
See TracChangeset
for help on using the changeset viewer.