aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatwey V. Kornilov <matwey.kornilov@gmail.com>2014-07-05 14:01:29 +0400
committerMatwey V. Kornilov <matwey.kornilov@gmail.com>2014-07-05 17:57:35 +0400
commit50a73d118854a3f6a78162948f0046a8ef5c8ece (patch)
treec102a1829d7ff07d391f7f02072b75796c17b643 /test
parentRevert "Fix IQ XML generation." (diff)
Use -include_lib instead of -include for esip and p1_xml
-include_lib is used in order to find deps. Rebar include magic is not required anymore. Rebar uses deps as library directory.
Diffstat (limited to 'test')
-rw-r--r--test/suite.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite.hrl b/test/suite.hrl
index 737098315..2c3610268 100644
--- a/test/suite.hrl
+++ b/test/suite.hrl
@@ -1,5 +1,5 @@
-include_lib("common_test/include/ct.hrl").
--include("xml.hrl").
+-include_lib("p1_xml/include/xml.hrl").
-include("ns.hrl").
-include("ejabberd.hrl").
-include("mod_proxy65.hrl").