aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_make.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2011-07-08 20:46:17 +0200
committerPeter Andersson <[email protected]>2011-09-23 12:24:53 +0200
commit0075b97214d6c037eca3888bca29d68c9b5fbb74 (patch)
tree06734de9077352d0422a0525b1cbfbb1b0bd2041 /lib/common_test/src/ct_make.erl
parent312005eb3d09f5bf00ce129c1dd900de1475fc0a (diff)
downloadotp-0075b97214d6c037eca3888bca29d68c9b5fbb74.tar.gz
otp-0075b97214d6c037eca3888bca29d68c9b5fbb74.tar.bz2
otp-0075b97214d6c037eca3888bca29d68c9b5fbb74.zip
Modify start options and introduce CT profiles
OTP-9155: Improve handling of start options in Common Test OTP-9428: Introduce first version of CT profiles (for evaluation)
Diffstat (limited to 'lib/common_test/src/ct_make.erl')
-rw-r--r--lib/common_test/src/ct_make.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_make.erl b/lib/common_test/src/ct_make.erl
index 233e45248e..40e9e99f37 100644
--- a/lib/common_test/src/ct_make.erl
+++ b/lib/common_test/src/ct_make.erl
@@ -177,7 +177,7 @@ members([],_MakefileMods,I,Rest) ->
{I,Rest}.
-%% Any flags that are not recognixed as make flags are passed directly
+%% Any flags that are not recognised as make flags are passed directly
%% to the compiler.
%% So for example make:all([load,debug_info]) will make everything
%% with the debug_info flag and load it.