]> granicus.if.org Git - docbook-dsssl/commitdiff
Slightly clearer README for epub output developers running tests
authorKeith Fahlgren <abdelazer@users.sourceforge.net>
Wed, 5 Nov 2008 16:22:47 +0000 (16:22 +0000)
committerKeith Fahlgren <abdelazer@users.sourceforge.net>
Wed, 5 Nov 2008 16:22:47 +0000 (16:22 +0000)
xsl/epub/bin/spec/README

index bdc95f27b2a1a63b2d0b0726e0e932ed94f23dd8..ce90e307c03601ae5a08148e0744ecc1ac0d13a2 100644 (file)
@@ -1,7 +1,10 @@
 How to run the tests?
 
-1. Get RSpec http://rspec.info/
-2. Do this:
+0. Checkout https://docbook.svn.sourceforge.net/svnroot/docbook/trunk/testdocs somewhere, 
+   and set and environment variable, $DOCBOOK_SVN, to point to the parent directory
+1. Have an 'epubcheck' shell command in your PATH that invokes the epubcheck Java utility   
+2. Get RSpec http://rspec.info/ version=~1.1
+3. Do this:
 
   $ cd epub/bin
   $ spec spec/epub_spec.rb 
@@ -11,7 +14,7 @@ Or, prettier:
   $ cd epub/bin
   $ spec --format specdoc --color spec/epub_spec.rb 
 
-3. Repeat for other files in spec/*spec.rb
+4. Repeat for other files in spec/*spec.rb
 
 How to make them more verbose?
 1. Set $DEBUG to true (near the top of each spec)