diff options
author | Håkan Mattsson <[email protected]> | 2010-03-15 16:09:04 +0100 |
---|---|---|
committer | Håkan Mattsson <[email protected]> | 2010-04-19 13:17:33 +0200 |
commit | 5217fb3d0816aa241d228f7ef14fb54f6a14a8f8 (patch) | |
tree | 7fd7caa5b0f0dd8b98dd8c3468b6076b6fc60c2c /lib/reltool/test/Makefile | |
parent | 6512dbbb4c119deda0b1185c5ec9a6e5b32a22fe (diff) | |
download | otp-5217fb3d0816aa241d228f7ef14fb54f6a14a8f8.tar.gz otp-5217fb3d0816aa241d228f7ef14fb54f6a14a8f8.tar.bz2 otp-5217fb3d0816aa241d228f7ef14fb54f6a14a8f8.zip |
Add app test SUITE
Diffstat (limited to 'lib/reltool/test/Makefile')
-rw-r--r-- | lib/reltool/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/reltool/test/Makefile b/lib/reltool/test/Makefile index 00d2add3e5..fe23478a37 100644 --- a/lib/reltool/test/Makefile +++ b/lib/reltool/test/Makefile @@ -25,6 +25,7 @@ include $(ERL_TOP)/make/$(TARGET)/otp.mk MODULES= \ rtt \ + reltool_app_SUITE \ reltool_wx_SUITE \ reltool_server_SUITE \ reltool_test_lib |