summaryrefslogtreecommitdiff
path: root/unit-tests/cond-func.exp
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests/cond-func.exp')
-rw-r--r--unit-tests/cond-func.exp9
1 files changed, 9 insertions, 0 deletions
diff --git a/unit-tests/cond-func.exp b/unit-tests/cond-func.exp
new file mode 100644
index 0000000000000..0069ed75726c3
--- /dev/null
+++ b/unit-tests/cond-func.exp
@@ -0,0 +1,9 @@
+make: "cond-func.mk" line 29: warning: Missing closing parenthesis for defined()
+make: "cond-func.mk" line 29: Malformed conditional (!defined(A B))
+make: "cond-func.mk" line 44: warning: Missing closing parenthesis for defined()
+make: "cond-func.mk" line 44: Malformed conditional (!defined(A&B))
+make: "cond-func.mk" line 47: warning: Missing closing parenthesis for defined()
+make: "cond-func.mk" line 47: Malformed conditional (!defined(A|B))
+make: Fatal errors encountered -- cannot continue
+make: stopped in unit-tests
+exit status 1