<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>.gitmodules</filename>
    </added>
    <added>
      <filename>lib/coverize</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -11,8 +11,18 @@ clean:
 	rm -rf ./test/ebin/*.*
 
 test: compile
-	erl -noshell -pa ebin -pa test/ebin -s test_suite test -s init stop
+	erl -noshell \
+		-pa ebin \
+		-pa test/ebin \
+		-s test_suite test \
+		-s init stop
 
 coverage: compile
+	make -C lib/coverize
 	mkdir -p coverage
-	erl -noshell -pa ebin -pa test/ebin -s eunit_helper run_cover -s init stop
+	erl -noshell \
+		-pa ebin \
+		-pa test/ebin \
+		-pa lib/coverize/ebin \
+		-s eunit_helper run_cover \
+		-s init stop</diff>
      <filename>Makefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>dcb2d10b71684cca2c517de127101c7453f493b5</id>
    </parent>
  </parents>
  <author>
    <name>Rusty Klophaus</name>
    <email>rklophaus@gmail.com</email>
  </author>
  <url>http://github.com/rklophaus/nitrogen/commit/50b546f8a182c0e9e235d19508db3d65225f09df</url>
  <id>50b546f8a182c0e9e235d19508db3d65225f09df</id>
  <committed-date>2009-03-08T09:35:25-07:00</committed-date>
  <authored-date>2009-03-08T09:35:25-07:00</authored-date>
  <message>Add coverize submodule, update Makefile accordingly.</message>
  <tree>7a263961721e076739f1c955f4c00ac069322a5e</tree>
  <committer>
    <name>Rusty Klophaus</name>
    <email>rklophaus@gmail.com</email>
  </committer>
</commit>
