<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -13,5 +13,7 @@ config.log
 lmc_config.h
 Makefile
 *.so
+*.bundle
+*.log
 pkg
 </diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -24,6 +24,14 @@ task :changelog do
   }
 end
 
+task :sanity_test do
+  sh &quot;./configure &amp;&amp; make -C src clean &amp;&amp; make -C src &amp;&amp; &quot; +
+      &quot;ruby src/ruby-binding/extconf.rb &amp;&amp; &quot; +
+      &quot;make -C src/ruby-binding/ &amp;&amp; &quot; +
+      &quot;ruby src/tests/extconf.rb &amp;&amp; &quot; +
+      &quot;make -C src/tests/ &amp;&amp; ./src/tests/lmc &quot;
+end
+
 task :c_api_package do
   tgz = &quot;pkg/localmemcache-#{version}.tar.gz&quot;
   sh &quot;test -d pkg || mkdir pkg&quot;</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -2759,12 +2759,12 @@ fi
 $as_echo_n &quot;checking for apple OS X... &quot; &gt;&amp;6; }
 if test &quot;x`uname`&quot; = &quot;xDarwin&quot; &amp;&amp; test &quot;x$LMC_FORCE_BUILD&quot; = &quot;x&quot;; then
   echo &quot;&quot;
-  echo &quot;-&gt;  Apple is not supported because it doesn't have &quot;
+  echo &quot;-&gt;  Apple OS X is not supported because it doesn't have &quot;
   echo &quot;    sem_getvalue and sem_timedwait!&quot;
   echo &quot;    You may set the environment variable LMC_FORCE_BUILD &quot;
   echo &quot;    to build a version of localmemcache that cannot recover &quot;
   echo &quot;    from crashes.&quot;
-  exit;
+  exit 2;
 fi
 { $as_echo &quot;$as_me:$LINENO: result: Ok&quot; &gt;&amp;5
 $as_echo &quot;Ok&quot; &gt;&amp;6; }</diff>
      <filename>configure</filename>
    </modified>
    <modified>
      <diff>@@ -13,7 +13,7 @@ if test &quot;x`uname`&quot; = &quot;xDarwin&quot; &amp;&amp; test &quot;x$LMC_FORCE_BUILD&quot; = &quot;x&quot;; then
   echo &quot;    You may set the environment variable LMC_FORCE_BUILD &quot;
   echo &quot;    to build a version of localmemcache that cannot recover &quot;
   echo &quot;    from crashes.&quot;
-  exit;
+  exit 2;
 fi
 AC_MSG_RESULT([Ok])
 </diff>
      <filename>configure.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1118f6431258c9a30bcad3e98487fbb21d6858e1</id>
    </parent>
  </parents>
  <author>
    <name>Sven K&#246;hler</name>
    <email>schween@snafu.de</email>
  </author>
  <url>http://github.com/sck/localmemcache/commit/cac6acdeee0d581bdb90dcbef3328bf51026a464</url>
  <id>cac6acdeee0d581bdb90dcbef3328bf51026a464</id>
  <committed-date>2009-04-05T05:56:30-07:00</committed-date>
  <authored-date>2009-04-05T05:56:30-07:00</authored-date>
  <message>Added sanity test.</message>
  <tree>48037c947c200918eead6b2136e0df3557aa1bea</tree>
  <committer>
    <name>Sven K&#246;hler</name>
    <email>schween@snafu.de</email>
  </committer>
</commit>
