summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-09 18:37:26 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-09 18:37:26 +0200
commite47d643ea3b490fd4835629e86d90fa3121122de (patch)
tree3393baa4fc23a36086c34a51eaa2991b667224a3 /include
parentb5e0d6d5db19fef0b17e585354f75f57267df142 (diff)
downloadrebar-e47d643ea3b490fd4835629e86d90fa3121122de.tar.gz
Use separate dirs for eunit and qc
Diffstat (limited to 'include')
-rw-r--r--include/rebar.hrl2
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").