From 5b57d28ffb6e1ef86b50f7d05d977826eae89bfe Mon Sep 17 00:00:00 2001 From: Kiyoshi Aman Date: Fri, 1 Feb 2019 22:55:37 +0000 Subject: initial population --- usr.bin/make/unit-tests/varmisc.exp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 usr.bin/make/unit-tests/varmisc.exp (limited to 'usr.bin/make/unit-tests/varmisc.exp') diff --git a/usr.bin/make/unit-tests/varmisc.exp b/usr.bin/make/unit-tests/varmisc.exp new file mode 100644 index 0000000..ffe8f8b --- /dev/null +++ b/usr.bin/make/unit-tests/varmisc.exp @@ -0,0 +1,25 @@ + +:D expanded when var set +true +TRUE +:U expanded when var undef +true +TRUE +:D skipped if var undef + +:U skipped when var set +is set +:? only lhs when value true +true +TRUE +:? only rhs when value false +false +FALSE +do not evaluate or expand :? if discarding +is set +year=2016 month=04 day=01 +date=20160401 +Version=123.456.789 == 123456789 +Literal=3.4.5 == 3004005 +We have target specific vars +exit status 0 -- cgit v1.2.3-60-g2f50