model-checker: Kill dependencies and move back to libpspp.
authorBen Pfaff <blp@gnu.org>
Fri, 24 Apr 2009 04:09:12 +0000 (21:09 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:05 +0000 (21:11 -0700)
commit3db80dc65b18355b719e8d56032400c753aa4eb7
tree0abd9f42afc9bf5e220e6b096c0405c2f78661b3
parent02d26302aea9cb2c25c8cbb50bd120674de1f862
model-checker: Kill dependencies and move back to libpspp.

Commit 95b074ff3 "Moved the datasheet testing code out of
src/{libspp,data}" moved the model-checker implementation from libpspp
into language/tests because it depended on math/moments.h and
data/val-type.h, which violates the dependency structure of the PSPP
libraries.

However, now I want to use the model checker in a test that should not
need to use anything from language/tests, so this commit eliminates these
dependencies and moves the model checker back to src/libpspp.
src/language/tests/automake.mk
src/language/tests/check-model.q
src/language/tests/datasheet-check.c
src/language/tests/model-checker.c [deleted file]
src/language/tests/model-checker.h [deleted file]
src/libpspp/automake.mk
src/libpspp/model-checker.c [new file with mode: 0644]
src/libpspp/model-checker.h [new file with mode: 0644]