diff options
author | Siri Hansen <[email protected]> | 2017-01-10 10:54:42 +0100 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-01-10 10:54:42 +0100 |
commit | 11d938ba2da697fafb9e177bea8ad7de0387304a (patch) | |
tree | 790a844bc93d4b9646dcef797b3d9750b22005ba /lib/common_test/src | |
parent | ec306c1a17b32995fc78195daec018219baed8c7 (diff) | |
download | otp-11d938ba2da697fafb9e177bea8ad7de0387304a.tar.gz otp-11d938ba2da697fafb9e177bea8ad7de0387304a.tar.bz2 otp-11d938ba2da697fafb9e177bea8ad7de0387304a.zip |
Add ct_default_gl to common_test.app.src
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, |