diff options
author | Dan Gudmundsson <[email protected]> | 2011-12-07 09:26:22 +0100 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2011-12-07 09:26:22 +0100 |
commit | 71249e713aaf0f6aea513fd2347b0c5f303d1e6e (patch) | |
tree | c4d4205e8666375c54dc3aeea8d3a1bf53da57bb /lib/wx/test/Makefile | |
parent | 6b31de5969abeb37f7d8d43815a236abadb42508 (diff) | |
parent | 8b6f6db0f5faddc970a7867aecdb03f3cde5fa78 (diff) | |
download | otp-71249e713aaf0f6aea513fd2347b0c5f303d1e6e.tar.gz otp-71249e713aaf0f6aea513fd2347b0c5f303d1e6e.tar.bz2 otp-71249e713aaf0f6aea513fd2347b0c5f303d1e6e.zip |
Merge branch 'dgud/wx/deadlock-syncevent/OTP-9725'
* dgud/wx/deadlock-syncevent/OTP-9725:
[wx] Avoid deadlock in handle_sync_event
Diffstat (limited to 'lib/wx/test/Makefile')
-rw-r--r-- | lib/wx/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/test/Makefile b/lib/wx/test/Makefile index cf51d7918f..333711789f 100644 --- a/lib/wx/test/Makefile +++ b/lib/wx/test/Makefile @@ -27,7 +27,7 @@ PWD = $(shell pwd) APPDIR = $(shell dirname $(PWD)) ERL_COMPILE_FLAGS = -pa $(APPDIR)/ebin -Mods = wxt wx_test_lib \ +Mods = wxt wx_test_lib wx_obj_test \ wx_app_SUITE \ wx_basic_SUITE \ wx_event_SUITE \ |