summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@digia.com>2013-01-02 13:49:11 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-01-02 19:21:04 +0100
commitf3bb4f93ebca2687e4a522767113cfb9fdb1499c (patch)
tree1c31be15931bc85dadecd1ea0898ebe76da29d6f
parent829c4b300b9ccc7f5bc7909e7cc7cfc910097961 (diff)
test, whether preprocessor is working in inline files
Change-Id: Iccbb130cc8bfe1df264d578eb931d4818a278604 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
-rw-r--r--tests/makefiles/blackbox/inlineFiles/test.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/makefiles/blackbox/inlineFiles/test.mk b/tests/makefiles/blackbox/inlineFiles/test.mk
index bf56087..a7fadaf 100644
--- a/tests/makefiles/blackbox/inlineFiles/test.mk
+++ b/tests/makefiles/blackbox/inlineFiles/test.mk
@@ -18,7 +18,9 @@ post_check:
test_basic:
copy << output\test_basic.txt
line 1
+!ifndef UNDEFINED_MACRO
line 2
+!endif
line 3
<<