On 2/7/07, John McCabe-Dansted <[EMAIL PROTECTED]> wrote:
I have likewise replaced pspp.exe with "wine pspp.exe" to get "make
check" to run most of the tests.
It would be possible to change the Makefile so that .exe files are run
with wine and .sh files are run with /bin/sh, but I have not done this
yet.
I found an easier solution. enter:
mount -t binfmt_misc none /proc/sys/fs/binfmt_misc
cd /proc/sys/fs/binfmt_misc
echo ':DOSWin:M::MZ::/usr/bin/wine:' >
/proc/sys/fs/binfmt_misc/register
As root, and the run make check:
...
PASS: tests/expressions/vectors.sh
..............................
PASS: tests/libpspp/ll-test.exe
...............................
PASS: tests/libpspp/llx-test.exe
.....
PASS: tests/libpspp/heap-test.exe
.......
PASS: tests/libpspp/abt-test.exe
=====================================
11 of 132 tests failed
Please report to [EMAIL PROTECTED]
=====================================
(Compiled with "-g -O0". It is well known that enabling debug options
makes the majority of bugs disappear ;)
--
John C. McCabe-Dansted
PhD Student
University of Western Australia
_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev