aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_master_SUITE_data
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-11-11 18:25:34 +0100
committerLukas Larsson <[email protected]>2010-11-11 18:31:50 +0100
commit4a0e29828fb4b94a9ab85524fe99471ca6d193b2 (patch)
treeeecb6152e345ceb4aab29956fc4eda0cdbd83965 /lib/common_test/test/ct_master_SUITE_data
parent033584eab11944fa8e3c2b55747cce887cd98877 (diff)
downloadotp-4a0e29828fb4b94a9ab85524fe99471ca6d193b2.tar.gz
otp-4a0e29828fb4b94a9ab85524fe99471ca6d193b2.tar.bz2
otp-4a0e29828fb4b94a9ab85524fe99471ca6d193b2.zip
Update master test specs to work with include directives
Diffstat (limited to 'lib/common_test/test/ct_master_SUITE_data')
-rw-r--r--lib/common_test/test/ct_master_SUITE_data/master/include/test.hrl0
-rw-r--r--lib/common_test/test/ct_master_SUITE_data/master/master_SUITE.erl1
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/test/ct_master_SUITE_data/master/include/test.hrl b/lib/common_test/test/ct_master_SUITE_data/master/include/test.hrl
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/lib/common_test/test/ct_master_SUITE_data/master/include/test.hrl
diff --git a/lib/common_test/test/ct_master_SUITE_data/master/master_SUITE.erl b/lib/common_test/test/ct_master_SUITE_data/master/master_SUITE.erl
index e37ec3659c..032d69ad9f 100644
--- a/lib/common_test/test/ct_master_SUITE_data/master/master_SUITE.erl
+++ b/lib/common_test/test/ct_master_SUITE_data/master/master_SUITE.erl
@@ -28,6 +28,7 @@
-compile(export_all).
-include_lib("common_test/include/ct.hrl").
+-include("test.hrl").
suite() ->
[].