summaryrefslogtreecommitdiff
path: root/ebin
diff options
context:
space:
mode:
authorJon Meredith <jon.hg@jonmeredith.com>2009-12-03 22:49:52 -0700
committerJon Meredith <jon.hg@jonmeredith.com>2009-12-03 22:49:52 -0700
commita0d48d89ae2f2e47ddc25618866f2b9e3c0e4dd5 (patch)
tree1d92cce260e68fdb67db42193447377c6070e0da /ebin
parentbed9ab10aaeb281d0aaa010a6e29f081bc39eecf (diff)
Added rebar_ct to support common_test targets test, int_test and perf_test.
Diffstat (limited to 'ebin')
-rw-r--r--ebin/rebar.app4
1 files changed, 3 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app
index bc7ecc8..7d98148 100644
--- a/ebin/rebar.app
+++ b/ebin/rebar.app
@@ -4,6 +4,7 @@
{modules, [ rebar_app_utils,
rebar_config,
rebar_core,
+ rebar_ct,
rebar_erlc_compiler,
rebar_file_utils,
rebar_log,
@@ -27,7 +28,8 @@
{app_modules, [ rebar_protobuffs_compiler,
rebar_erlc_compiler,
rebar_port_compiler,
- rebar_otp_app ]},
+ rebar_otp_app,
+ rebar_ct ]},
{rel_modules, [ rebar_reltool ]}
]}