diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-09 18:37:26 +0200 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-08-09 18:37:26 +0200 |
commit | e47d643ea3b490fd4835629e86d90fa3121122de (patch) | |
tree | 3393baa4fc23a36086c34a51eaa2991b667224a3 /include | |
parent | b5e0d6d5db19fef0b17e585354f75f57267df142 (diff) |
Use separate dirs for eunit and qc
Diffstat (limited to 'include')
-rw-r--r-- | include/rebar.hrl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/rebar.hrl b/include/rebar.hrl index b338fc2..58debfc 100644 --- a/include/rebar.hrl +++ b/include/rebar.hrl @@ -12,5 +12,3 @@ -define(ERROR(Str, Args), rebar_log:log(error, Str, Args)). -define(FMT(Str, Args), lists:flatten(io_lib:format(Str, Args))). - --define(TEST_DIR, ".test"). |