diff options
author | Siri Hansen <[email protected]> | 2017-01-11 11:37:44 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-01-11 11:37:44 +0100 |
commit | 947e0e1176b5b985293e27164ee8e6912dee8133 (patch) | |
tree | c91b7f098d9a8fd80def4f95ed7c6a508d7958ab /lib/common_test/src | |
parent | 605a4627a7383829559a1595457b860c1317da48 (diff) | |
parent | 11d938ba2da697fafb9e177bea8ad7de0387304a (diff) | |
download | otp-947e0e1176b5b985293e27164ee8e6912dee8133.tar.gz otp-947e0e1176b5b985293e27164ee8e6912dee8133.tar.bz2 otp-947e0e1176b5b985293e27164ee8e6912dee8133.zip |
Merge branch 'siri/ct/add_app_tests' into maint
* siri/ct/add_app_tests:
Add ct_default_gl to common_test.app.src
[ct] Add tests for .app and .appup files
Diffstat (limited to 'lib/common_test/src')
-rw-r--r-- | lib/common_test/src/common_test.app.src | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/common_test.app.src b/lib/common_test/src/common_test.app.src index 77588af59b..dfa321c901 100644 --- a/lib/common_test/src/common_test.app.src +++ b/lib/common_test/src/common_test.app.src @@ -22,6 +22,7 @@ {vsn, "%VSN%"}, {modules, [ct_cover, ct, + ct_default_gl, ct_event, ct_framework, ct_ftp, |