empdump: Omit redundant data from export, new -c includes it

Cuts size of export files in test suite by a factor of four.  Not a
big deal for disk usage, as export files compress very well, and disk
space is cheap anyway.  Export files are simply easier to work with
when they aren't full of redundant crap.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2014-02-09 17:48:36 +01:00
parent 7d3a3df283
commit f4f048234c
12 changed files with 43 additions and 42173 deletions

View file

@ -27,7 +27,7 @@
* xdump.h: Extended dumps
*
* Known contributors to this file:
* Markus Armbruster, 2008-2013
* Markus Armbruster, 2008-2014
*/
#ifndef XDUMP_H
@ -54,5 +54,6 @@ extern void xdcolhdr(struct xdstr *, struct castr[]);
extern void xdflds(struct xdstr *, struct castr[], void *);
extern void xdftr(struct xdstr *, int);
extern int xundump(FILE *, char *, int *, int);
extern int xundump_redundant(int, int, void *);
#endif