aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/erlc_SUITE.erl
diff options
context:
space:
mode:
authorErlang/OTP <[email protected]>2010-01-22 07:09:30 +0000
committerErlang/OTP <[email protected]>2010-01-22 08:17:13 +0100
commitc7187afaf4d672e0320a73708fe44d5ac5520b52 (patch)
treeb1d97c44e6efab4cb5f6dbac4768dee8b012d87d /erts/test/erlc_SUITE.erl
parent246811f7d8fc9d8cadb4f746f719d1a65ee738fc (diff)
parent862e0ebe4fbc08ade2ebaf08b8ad218ac705d8b6 (diff)
downloadotp-c7187afaf4d672e0320a73708fe44d5ac5520b52.tar.gz
otp-c7187afaf4d672e0320a73708fe44d5ac5520b52.tar.bz2
otp-c7187afaf4d672e0320a73708fe44d5ac5520b52.zip
Merge branch 'bg/avoid-etop-in-include' into ccase/r13b04_dev
* bg/avoid-etop-in-include: epmd tests: fix build of test suites on Windows system test: fix build of test suites on Windows
Diffstat (limited to 'erts/test/erlc_SUITE.erl')
-rw-r--r--erts/test/erlc_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/test/erlc_SUITE.erl b/erts/test/erlc_SUITE.erl
index 6b4484b31e..437f020f99 100644
--- a/erts/test/erlc_SUITE.erl
+++ b/erts/test/erlc_SUITE.erl
@@ -23,7 +23,7 @@
-export([all/1, compile_erl/1, compile_yecc/1, compile_script/1,
compile_mib/1, good_citizen/1, deep_cwd/1]).
--include("test_server.hrl").
+-include_lib("test_server/include/test_server.hrl").
all(suite) ->
[compile_erl, compile_yecc, compile_script, compile_mib,