[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-628-g08
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-628-g08812cf |
Date: |
Wed, 27 May 2009 06:03:49 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, value-rep has been updated
via 08812cf2a7b9e9b972fb74553639c7b1a090a96b (commit)
via 2c753de2d53c448ae2e836233af16e69073a1db5 (commit)
from 2d65d3d624b23a8a1ed698f7fd324dc956c8eee3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 08812cf2a7b9e9b972fb74553639c7b1a090a96b
Author: Ben Pfaff <address@hidden>
Date: Tue May 26 23:04:32 2009 -0700
value: New function value_swap.
commit 2c753de2d53c448ae2e836233af16e69073a1db5
Author: Ben Pfaff <address@hidden>
Date: Tue May 26 22:02:48 2009 -0700
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.
-----------------------------------------------------------------------
Summary of changes:
src/data/value.h | 11 +
src/language/command.def | 3 +-
src/language/tests/automake.mk | 11 -
src/language/tests/check-model.h | 37 ----
src/language/tests/check-model.q | 210 --------------------
src/language/tests/datasheet-check.h | 89 ---------
src/language/tests/datasheet-test.c | 103 ----------
tests/automake.mk | 7 +-
tests/command/datasheet.sh | 84 --------
.../data/datasheet-test.c | 153 +++++++++++++--
tests/data/datasheet-test.sh | 13 ++
11 files changed, 166 insertions(+), 555 deletions(-)
delete mode 100644 src/language/tests/check-model.h
delete mode 100644 src/language/tests/check-model.q
delete mode 100644 src/language/tests/datasheet-check.h
delete mode 100644 src/language/tests/datasheet-test.c
delete mode 100755 tests/command/datasheet.sh
rename src/language/tests/datasheet-check.c => tests/data/datasheet-test.c
(84%)
create mode 100755 tests/data/datasheet-test.sh
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, value-rep, updated. v0.6.1-628-g08812cf,
Ben Pfaff <=