Move datasheet test out of PSPP into a separate binary.
authorBen Pfaff <blp@gnu.org>
Wed, 27 May 2009 05:02:48 +0000 (22:02 -0700)
committerBen Pfaff <blp@gnu.org>
Sun, 7 Jun 2009 04:11:16 +0000 (21:11 -0700)
commita55d3f25a88c3557fc14a71c1b78c01c1972581f
treee49a4c843cac8ea9d90c97cc245602a57f3860bc
parent69dadb9ec8ffda14e4e1758b4cd32b210bd24649
Move datasheet test out of PSPP into a separate binary.

When it's not difficult to do so, it is better to put tests in separate
binaries instead of in the PSPP binaries, so that the binaries are not
burdened with code that is not of real interest to users and to make the
main PSPP binaries build faster.
src/language/command.def
src/language/tests/automake.mk
src/language/tests/check-model.h [deleted file]
src/language/tests/check-model.q [deleted file]
src/language/tests/datasheet-check.c [deleted file]
src/language/tests/datasheet-check.h [deleted file]
src/language/tests/datasheet-test.c [deleted file]
tests/automake.mk
tests/command/datasheet.sh [deleted file]
tests/data/datasheet-test.c [new file with mode: 0644]
tests/data/datasheet-test.sh [new file with mode: 0755]