<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,4 @@
-require 'rake/clean'
+%w(rake/clean rubygems colored).each { |f| require f }
 
 INCLUDE = &quot;include&quot;
 ERLC_FLAGS = &quot;-I#{INCLUDE} +warn_unused_vars +warn_unused_import&quot;
@@ -19,12 +19,14 @@ task :compile =&gt; ['ebin'] + OBJ + TESTS
 task :default =&gt; [:clean, :test]
 
 task :test  =&gt; :compile do
-  puts &quot;Modules under test:&quot;
+  puts &quot;Modules under test:&quot;.cyan
   TESTS.each do |test|
     test[%r{.*/(test_.*).beam}]
     next if $1.nil?
-    puts &quot;erl -pa ebin -run #{$1} test -run init stop&quot;
-    test_output = `erl -pa ebin -run #{$1} test -run init stop`
+    file_under_test = $1
+    puts &quot;Testing &quot; + &quot;#{$1.gsub(/test_/, '')}&quot;.green_on_black
+    puts &quot;erl -pa ebin -run #{file_under_test} test -run init stop&quot;.red if ENV['DEBUG']
+    test_output = `erl -pa ebin -run #{file_under_test} test -run init stop`
     puts test_output
   end
 end
\ No newline at end of file</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>13b648c51ff212dbc801b5c4a853e5f400e12181</id>
    </parent>
  </parents>
  <author>
    <name>da3mon mccormick</name>
    <email>da3mon@0xdeadcode.org</email>
  </author>
  <url>http://github.com/da3mon/especial/commit/62b51ce9114dc783113fc5b4cdfbe0b84f358b7f</url>
  <id>62b51ce9114dc783113fc5b4cdfbe0b84f358b7f</id>
  <committed-date>2008-10-23T17:04:33-07:00</committed-date>
  <authored-date>2008-10-23T17:04:33-07:00</authored-date>
  <message>adjusted rakefile</message>
  <tree>f1d9f8efb2b1de4e958618c72f12f52b76bc52e1</tree>
  <committer>
    <name>da3mon mccormick</name>
    <email>da3mon@0xdeadcode.org</email>
  </committer>
</commit>
