diff options
author | Erlang/OTP <[email protected]> | 2010-01-20 07:12:57 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-01-20 07:12:57 +0000 |
commit | fcff652f0fc9d19157e6f72f2c864533bf0c0d28 (patch) | |
tree | f667a33ba496f9d3220a21a86934b5d8a827f96d /lib/stdlib/test/Makefile | |
parent | 9bf84f381797df7411335fed11ee83886b09514f (diff) | |
parent | 1c3a6c89c4f8d25dc0a3f71f4967ad80729cdbfe (diff) | |
download | otp-fcff652f0fc9d19157e6f72f2c864533bf0c0d28.tar.gz otp-fcff652f0fc9d19157e6f72f2c864533bf0c0d28.tar.bz2 otp-fcff652f0fc9d19157e6f72f2c864533bf0c0d28.zip |
Merge branch 'uw/shell-tab-completion' into ccase/r13b04_dev
* uw/shell-tab-completion:
Shell tab completion now works for quoted module and function names
OTP-8383 Shell tab completion now works for quoted module and function
names. (Thanks to Ulf Wiger.)
Diffstat (limited to 'lib/stdlib/test/Makefile')
-rw-r--r-- | lib/stdlib/test/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/stdlib/test/Makefile b/lib/stdlib/test/Makefile index 7a87eef5f3..ac8cbba375 100644 --- a/lib/stdlib/test/Makefile +++ b/lib/stdlib/test/Makefile @@ -18,6 +18,7 @@ MODULES= \ digraph_utils_SUITE \ dummy1_h \ dummy_h \ + edlin_expand_SUITE \ epp_SUITE \ erl_eval_helper \ erl_eval_SUITE \ @@ -29,6 +30,10 @@ MODULES= \ escript_SUITE \ ets_SUITE \ ets_tough_SUITE \ + expand_test \ + expand_test1 \ + ExpandTestCaps \ + ExpandTestCaps1 \ filelib_SUITE \ file_sorter_SUITE \ filename_SUITE \ |