diff options
author | Håkan Mattsson <[email protected]> | 2010-03-15 15:08:17 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-03-23 10:12:41 +0100 |
commit | 5e454b3d8ea3bf14db3afd44c34964de21770ecb (patch) | |
tree | 187307ac4d58873e5ca68004777ebca018e7e7ef /lib/wx/test/Makefile | |
parent | a3202b05d648732b7d2afe3ad952782e5376a18d (diff) | |
download | otp-5e454b3d8ea3bf14db3afd44c34964de21770ecb.tar.gz otp-5e454b3d8ea3bf14db3afd44c34964de21770ecb.tar.bz2 otp-5e454b3d8ea3bf14db3afd44c34964de21770ecb.zip |
Add app and appup files to the wx application
Diffstat (limited to 'lib/wx/test/Makefile')
-rw-r--r-- | lib/wx/test/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/wx/test/Makefile b/lib/wx/test/Makefile index 65d7d56650..0a1a43731d 100644 --- a/lib/wx/test/Makefile +++ b/lib/wx/test/Makefile @@ -28,7 +28,9 @@ APPDIR = $(shell dirname $(PWD)) ERL_COMPILE_FLAGS = -pa $(APPDIR)/ebin Mods = wxt wx_test_lib \ - wx_basic_SUITE wx_event_SUITE \ + wx_app_SUITE \ + wx_basic_SUITE \ + wx_event_SUITE \ wx_class_SUITE \ wx_xtra_SUITE \ wx_opengl_SUITE |