diff options
author | Björn Gustavsson <[email protected]> | 2010-01-20 10:56:01 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-01-20 12:14:41 +0100 |
commit | 862e0ebe4fbc08ade2ebaf08b8ad218ac705d8b6 (patch) | |
tree | 47762c02fe339ae8a3846147e66658230e2e1216 /lib/gs/configure.in | |
parent | e7433c73df70ff0cb20e64548cd9c74021ac0c68 (diff) | |
download | otp-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 'lib/gs/configure.in')
0 files changed, 0 insertions, 0 deletions