model-checker: Move summary printing function into model checker.
authorBen Pfaff <blp@gnu.org>
Tue, 5 May 2009 05:33:48 +0000 (22:33 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:06 +0000 (21:11 -0700)
commitab75250c871e5947eed7e3454bdd806ba030e9fd
treeab2c5102016bea1a436326672e4cb0bbe2252323
parent3db80dc65b18355b719e8d56032400c753aa4eb7
model-checker: Move summary printing function into model checker.

There is no reason that the model checker itself should not be able to
print a summary of its results.  Until now, this code was buried in the
PSPP language code, but the model checker itself is a better place for it.
src/language/tests/check-model.q
src/libpspp/model-checker.c
src/libpspp/model-checker.h