summaryrefslogtreecommitdiffstats
path: root/tests/makefiles/blackbox/macrosOnCommandLine/test.mk
diff options
context:
space:
mode:
Diffstat (limited to 'tests/makefiles/blackbox/macrosOnCommandLine/test.mk')
-rw-r--r--tests/makefiles/blackbox/macrosOnCommandLine/test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/makefiles/blackbox/macrosOnCommandLine/test.mk b/tests/makefiles/blackbox/macrosOnCommandLine/test.mk
new file mode 100644
index 0000000..efd7090
--- /dev/null
+++ b/tests/makefiles/blackbox/macrosOnCommandLine/test.mk
@@ -0,0 +1,3 @@
+FooBar = 1
+!message FooBar:$(FooBar)
+!message FOOBAR:$(FOOBAR)