From 1a2e7f14aafaac1209458dcedebd4fe723e0f302 Mon Sep 17 00:00:00 2001 From: Siri Hansen Date: Wed, 12 Apr 2017 12:35:52 +0200 Subject: [tools/make] Add current directory to include path This is to ensure that files are recompiled if a .hrl file in the current directory is changed. --- lib/tools/test/make_SUITE_data/test_incl.hrl | 1 + 1 file changed, 1 insertion(+) create mode 100644 lib/tools/test/make_SUITE_data/test_incl.hrl (limited to 'lib/tools/test/make_SUITE_data/test_incl.hrl') diff --git a/lib/tools/test/make_SUITE_data/test_incl.hrl b/lib/tools/test/make_SUITE_data/test_incl.hrl new file mode 100644 index 0000000000..3a1bcfadd0 --- /dev/null +++ b/lib/tools/test/make_SUITE_data/test_incl.hrl @@ -0,0 +1 @@ +-define(d,"defined"). -- cgit v1.2.3