Gitiles
Code Review
Sign In
gerrit.opencord.org
/
voltha-onos
/
99a72d0126e5ab03b02c19cfba716ee3336953cf
/
.
/
makefiles
/
utils
/
test
/
makefile
blob: a148cfaee9bb16f6e5159cce32b4ab8f40301294 [
file
] [
log
] [
blame
]
Joey Armstrong
99a72d0
2023-06-09 10:26:42 -0400
[
diff
] [
blame^
]
1
# -*- makefile -*-
2
3
include
../
include
.
mk
4
5
all
:
6
7
test
::
8
@echo
"Testing if-not"
9
@echo
$
(
call
if
-
not
,
$
(
null
),
true
,
false
)