Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Test_procedure" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Test_procedure?action=diff&rev1=27&rev2=28

  ./configure --prefix=/tmp/couchdb/install
  }}}
  
- Run the unit tests:
+ Test the whole package:
  
  {{{
- make check
+ make distcheck
  }}}
+ 
+ This will take a while. You may want to grab a hot beverage.
  
  If a test fails, you can run it again:
  
@@ -235, +237 @@

  }}}
  
  Where `060-kt-merging` is the name of the specific test you want to run.
- 
- Now test the build system:
- 
- {{{
- make distcheck
- }}}
- 
- This will take a while. You may want to grab a hot beverage.
  
  Install CouchDB into your temporary directory:
  

Reply via email to