From: thi <[EMAIL PROTECTED]>
Subject: patch to have "make check" invoke test-suite/guile-test
Date: Fri, 24 Mar 2000 13:21:43 -0800
To: [EMAIL PROTECTED]

hello guile folks,

please see below for an incomplete[1] patch that allows "make check" to
invoke test-suite/guile-test.  we introduce a new top-level script
called "test-guile" and call it from "make check".

here is a top-level ChangeLog entry:

2000-03-24  Thien-Thi Nguyen  <[EMAIL PROTECTED]>

        * Makefile.am (TESTS): New automake var.
        * configure.in (test_suite_dir): New substituted var.
        (AC_OUTPUT): Add test-guile.

here is a ChangeLog entry for subdir test-suite:

2000-03-24  Thien-Thi Nguyen  <[EMAIL PROTECTED]>

        * paths.scm (datadir): Allow override by env var
        `TEST_SUITE_DIR'.
        * guile-test (main): Add local var `global-pass',
        register a reporter to modify it on "fail" or "xpass",
        and use it as exit status.

[1] the test-guile script is not included in the patch because i don't
know how to get cvs diff to recognize it as (a to-be-) part of the
source tree.  i will submit that next, with more info.

thi

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to