<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>src/Database/CouchDB/Tests.hs</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,13 @@
 #!/usr/bin/env runhaskell
 &gt; import Distribution.Simple
-&gt; import qualified Data.List as L
-&gt; import System.Directory
+&gt; import System.Directory (setCurrentDirectory)
 &gt; import System.Process (runCommand,waitForProcess)
 
 
-&gt; main = defaultMainWithHooks simpleUserHooks
+&gt; main = defaultMainWithHooks simpleUserHooks { runTests = tests }
+
+&gt; tests _ _ _ _ = do
+&gt;   setCurrentDirectory &quot;src&quot;
+&gt;   h &lt;- runCommand &quot;/usr/bin/env runhaskell Database.CouchDB.Tests&quot; 
+&gt;   waitForProcess h
+&gt;   return ()</diff>
      <filename>Setup.lhs</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5fef52b9afd40fe0cf6b3ff86d38989362d54fa5</id>
    </parent>
  </parents>
  <author>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </author>
  <url>http://github.com/arjunguha/haskell-couchdb/commit/b73917a6818168e4278c64cb5dbc1d3ef85b6589</url>
  <id>b73917a6818168e4278c64cb5dbc1d3ef85b6589</id>
  <committed-date>2008-11-19T07:31:05-08:00</committed-date>
  <authored-date>2008-11-19T07:31:05-08:00</authored-date>
  <message>testing framework</message>
  <tree>053b9e8ab74f16196e257174a5cf896fda7a8e9c</tree>
  <committer>
    <name>Arjun Guha</name>
    <email>arjun@cs.brown.edu</email>
  </committer>
</commit>
