aboutsummaryrefslogtreecommitdiffstats
path: root/erts/test/nt_SUITE.erl
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2010-01-20 10:56:01 +0100
committerBjörn Gustavsson <[email protected]>2010-01-20 12:14:41 +0100
commit862e0ebe4fbc08ade2ebaf08b8ad218ac705d8b6 (patch)
tree47762c02fe339ae8a3846147e66658230e2e1216 /erts/test/nt_SUITE.erl
parente7433c73df70ff0cb20e64548cd9c74021ac0c68 (diff)
downloadotp-862e0ebe4fbc08ade2ebaf08b8ad218ac705d8b6.tar.gz
otp-862e0ebe4fbc08ade2ebaf08b8ad218ac705d8b6.tar.bz2
otp-862e0ebe4fbc08ade2ebaf08b8ad218ac705d8b6.zip
epmd tests: fix build of test suites on Windows
On Windows, the ERL_TOP environment variable contains a path that only is valid for cygwin-enabled programs, such as 'make'. It is not meaningful to pass the value of $ERL_TOP in the -I option to the Erlang compiler, because the Erlang emulator does not interpret cygwin paths correctly. Therefore, -include("test_server.hrl") will fail to find test_server.hrl. Work around the problem by creating an Emakefile and let ts:run() take care of the build (ts:run() will set up the include path so that test_server.hrl can be found).
Diffstat (limited to 'erts/test/nt_SUITE.erl')
0 files changed, 0 insertions, 0 deletions