commit | a68903447ca29e7e65e1345fbdba1f52429ff4fb | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Jun 01 17:07:51 2023 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Thu Jun 01 17:07:51 2023 -0400 |
tree | e56f3e8b985c499928a279a04609036cedfcc77e | |
parent | 8621842c675791df9e6524f95b805e6df9bd3eeb [diff] |
Added library helper functions. Docker is-tty, append semi-colon so bash will not complain about an incomplete line Change-Id: I94d1b39910b8b437788438fd38931866763d0508
diff --git a/makefiles/utils/test/makefile b/makefiles/utils/test/makefile new file mode 100644 index 0000000..a148cfa --- /dev/null +++ b/makefiles/utils/test/makefile
@@ -0,0 +1,9 @@ +# -*- makefile -*- + +include ../include.mk + +all: + +test :: + @echo "Testing if-not" + @echo $(call if-not,$(null),true,false)