~ubuntu-branches/ubuntu/raring/maradns/raring

« back to all changes in this revision

Viewing changes to deadwood-2.4.10/sqa/dwood2rc_n_hash_magic_number/README

  • Committer: Bazaar Package Importer
  • Author(s): Kai Hendry
  • Date: 2010-01-24 12:17:40 UTC
  • mfrom: (1.1.13 upstream) (10.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100124121740-a4e1fjobwaouz443
Tags: 1.4.02-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To run this test, you must compile Deadwood with "HASH_DEBUG" defined.
 
2
 
 
3
e.g. in the src directory, do this to compile Deadwood:
 
4
 
 
5
        export FLAGS='-O3 -DHASH_DEBUG'
 
6
        make clean
 
7
        make
 
8