diff options
Diffstat (limited to 'unit-tests/error.mk')
-rw-r--r-- | unit-tests/error.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/unit-tests/error.mk b/unit-tests/error.mk new file mode 100644 index 000000000000..c6b553e2e48a --- /dev/null +++ b/unit-tests/error.mk @@ -0,0 +1,10 @@ +# $Id: error.mk,v 1.1.1.1 2014/08/30 18:57:18 sjg Exp $ + +.info just FYI +.warning this could be serious +.error this is fatal + +all: + +.info.html: + @echo this should be ignored |