diff options
author | Lukas Larsson <[email protected]> | 2012-05-03 10:31:41 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-05-03 10:31:41 +0200 |
commit | c5d6ce6a07478c5ac19fdf2df244c4b837888d08 (patch) | |
tree | 494865a3356371ac55cb9e441647c84c4cf66bce /lib/cosNotification/test/Makefile | |
parent | 2dfae4928db3917b9ee8050626e05d7b57d4073f (diff) | |
parent | 378c651e7aab2d88cb29cccb1c0aae7ef895bb7a (diff) | |
download | otp-c5d6ce6a07478c5ac19fdf2df244c4b837888d08.tar.gz otp-c5d6ce6a07478c5ac19fdf2df244c4b837888d08.tar.bz2 otp-c5d6ce6a07478c5ac19fdf2df244c4b837888d08.zip |
Merge branch 'sverk/cross_tests/OTP-10074' into maint
* sverk/cross_tests/OTP-10074:
Fix include issues in when building tests
Fix cross compile of testcases
Update cross build system for tests to work
Diffstat (limited to 'lib/cosNotification/test/Makefile')
-rw-r--r-- | lib/cosNotification/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cosNotification/test/Makefile b/lib/cosNotification/test/Makefile index f509370430..ddd809ec65 100644 --- a/lib/cosNotification/test/Makefile +++ b/lib/cosNotification/test/Makefile @@ -128,6 +128,7 @@ ERL_COMPILE_FLAGS += \ $(ERL_IDL_FLAGS) \ -pa $(ERL_TOP)/lib/orber/include \ -pa $(ERL_TOP)/internal_tools/test_server/ebin \ + -pa $(ERL_TOP)/lib/cosEvent/ebin \ -pa $(ERL_TOP)/lib/cosNotification/ebin \ -pa $(ERL_TOP)/lib/cosNotification/test/idl_output \ -pa $(ERL_TOP)/lib/cosTime/ebin \ |