aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/test/Makefile
diff options
context:
space:
mode:
authorHåkan Mattsson <[email protected]>2010-03-15 15:08:17 +0100
committerBjörn Gustavsson <[email protected]>2010-03-23 10:12:41 +0100
commit5e454b3d8ea3bf14db3afd44c34964de21770ecb (patch)
tree187307ac4d58873e5ca68004777ebca018e7e7ef /lib/wx/test/Makefile
parenta3202b05d648732b7d2afe3ad952782e5376a18d (diff)
downloadotp-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/Makefile4
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