aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/epp_SUITE_data/include/bar.hrl
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-10-20 14:40:37 +0200
committerHenrik Nord <[email protected]>2011-10-20 14:40:46 +0200
commit1fd0ef56ce4432ea6e6ddbcd0af81c71b7921b38 (patch)
tree1aa7db2d67e2e6731ab5903d8bee38a126e60c27 /lib/stdlib/test/epp_SUITE_data/include/bar.hrl
parent896c1c7d262790d71019a583d880ee384e357167 (diff)
parent36a4d64ae7f39448ceb7c87bc4c8c0a9a9b72e1c (diff)
downloadotp-1fd0ef56ce4432ea6e6ddbcd0af81c71b7921b38.tar.gz
otp-1fd0ef56ce4432ea6e6ddbcd0af81c71b7921b38.tar.bz2
otp-1fd0ef56ce4432ea6e6ddbcd0af81c71b7921b38.zip
Merge branch 'rc/epp-include-path-fix'
* rc/epp-include-path-fix: Make epp search directory of current file first when including another file OTP-9645
Diffstat (limited to 'lib/stdlib/test/epp_SUITE_data/include/bar.hrl')
-rw-r--r--lib/stdlib/test/epp_SUITE_data/include/bar.hrl3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/stdlib/test/epp_SUITE_data/include/bar.hrl b/lib/stdlib/test/epp_SUITE_data/include/bar.hrl
new file mode 100644
index 0000000000..038d3c900e
--- /dev/null
+++ b/lib/stdlib/test/epp_SUITE_data/include/bar.hrl
@@ -0,0 +1,3 @@
+%% included from foo.hrl in same directory
+
+-define(BAR_HRL, true).