• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D28-Jan-2007282 148

Makefile.inH A D28-Jan-20078.1 KiB330242

README.testH A D28-Jan-2007493 108

xdeltatest.cH A D28-Jan-200713.5 KiB682505

README.test

1The code in this directory produces a test for Xdelta.  To run it you
2have to edit the hard-coded constants at the top of the file, which
3include "cmd_data_source", which should be the name of a big file
4containing source data that the test uses to construct sample inputs.
5This allows you to test on whatever kind of data you want, but the
6synthetic edits are still hardcoded.  Have a look.
7
8Of course, a better test would let you run it without any
9configuration, but this is not that test.
10