summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2011-01-26 02:00:53 +0000
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-02-21 15:08:24 +0100
commit3db8f585f11eb7d7a9573d9f3a5480f6a900e6d7 (patch)
treed741c5150b93ca414c40a2107e46188c72d11233 /include
parent6056c63eed288736c912c82d6f36aa7dd055f9ca (diff)
downloadrebar-3db8f585f11eb7d7a9573d9f3a5480f6a900e6d7.tar.gz
Add -spec support to rebar_ct command line
This change adds support for executing ct test runs based on test specificiations, which was missing previously. The rebar_ct module now looks for any number of files with a name ending in `test.spec` and if it finds one or more, passes these after the `-spec` argument to ct_run instead of explicitly configuring the config, user config and coverage config variables. When no specifications are found, then the module behaves as it did before this change, and both the ct1 and (new) ct2 integration tests appear to show this is a backwards compatible patch.
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl
index d5eaff5..66d6318 100644
--- a/include/rebar.hrl
+++ b/include/rebar.hrl
@@ -15,4 +15,3 @@
-define(ERROR(Str, Args), rebar_log:log(error, Str, Args)).
-define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))).
-