File: README.test

package info (click to toggle)
xdelta 1.1.3-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 2,236 kB
  • ctags: 1,570
  • sloc: sh: 11,434; ansic: 10,610; lisp: 1,525; makefile: 123
file content (9 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
The code in this directory produces a test for Xdelta.  To run it you
have to edit the hard-coded constants at the top of the file, which
include "cmd_data_source", which should be the name of a big file
containing source data that the test uses to construct sample inputs.
This allows you to test on whatever kind of data you want, but the
synthetic edits are still hardcoded.  Have a look.

Of course, a better test would let you run it without any
configuration, but this is not that test.