diff options
author | Henrik Nord <[email protected]> | 2011-10-20 14:40:37 +0200 |
---|---|---|
committer | Henrik Nord <[email protected]> | 2011-10-20 14:40:46 +0200 |
commit | 1fd0ef56ce4432ea6e6ddbcd0af81c71b7921b38 (patch) | |
tree | 1aa7db2d67e2e6731ab5903d8bee38a126e60c27 /lib/stdlib/test/epp_SUITE_data/bar.hrl | |
parent | 896c1c7d262790d71019a583d880ee384e357167 (diff) | |
parent | 36a4d64ae7f39448ceb7c87bc4c8c0a9a9b72e1c (diff) | |
download | otp-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/bar.hrl')
-rw-r--r-- | lib/stdlib/test/epp_SUITE_data/bar.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/stdlib/test/epp_SUITE_data/bar.hrl b/lib/stdlib/test/epp_SUITE_data/bar.hrl new file mode 100644 index 0000000000..01c527d549 --- /dev/null +++ b/lib/stdlib/test/epp_SUITE_data/bar.hrl @@ -0,0 +1,4 @@ +%% should not be included from include/foo.hrl even though the +%% include path points here - include/bar.hrl overrides it + +-define(BAR_HRL, false). |