2004-01-06 21:47:09 +00:00
|
|
|
|
## Process this file with automake to produce Makefile.in.
|
|
|
|
|
|
##
|
2019-09-27 22:45:30 +02:00
|
|
|
|
## Copyright 2001-2019 Software Foundation, Inc.
|
2004-01-06 21:47:09 +00:00
|
|
|
|
##
|
|
|
|
|
|
## This file is part of GUILE.
|
|
|
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
|
## GUILE is free software; you can redistribute it and/or modify it
|
|
|
|
|
|
## under the terms of the GNU Lesser General Public License as
|
|
|
|
|
|
## published by the Free Software Foundation; either version 3, or
|
|
|
|
|
|
## (at your option) any later version.
|
2004-01-06 21:47:09 +00:00
|
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
|
## GUILE is distributed in the hope that it will be useful, but
|
|
|
|
|
|
## WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
|
|
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
|
|
## GNU Lesser General Public License for more details.
|
2004-01-06 21:47:09 +00:00
|
|
|
|
##
|
2009-06-17 00:22:09 +01:00
|
|
|
|
## You should have received a copy of the GNU Lesser General Public
|
|
|
|
|
|
## License along with GUILE; see the file COPYING.LESSER. If not,
|
|
|
|
|
|
## write to the Free Software Foundation, Inc., 51 Franklin Street,
|
|
|
|
|
|
## Fifth Floor, Boston, MA 02110-1301 USA
|
2004-01-06 21:47:09 +00:00
|
|
|
|
|
2019-09-27 22:45:30 +02:00
|
|
|
|
SUBDIRS = standalone
|
2003-03-25 02:14:06 +00:00
|
|
|
|
|
2010-03-31 11:38:02 +02:00
|
|
|
|
SCM_TESTS = tests/00-initial-env.test \
|
2016-10-12 09:37:18 +02:00
|
|
|
|
tests/00-repl-server.test \
|
2012-02-24 11:20:21 +01:00
|
|
|
|
tests/00-socket.test \
|
2010-03-31 11:38:02 +02:00
|
|
|
|
tests/alist.test \
|
2004-08-18 00:30:29 +00:00
|
|
|
|
tests/and-let-star.test \
|
2010-03-31 00:05:01 +02:00
|
|
|
|
tests/arrays.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/bit-operations.test \
|
2010-08-29 20:48:32 -07:00
|
|
|
|
tests/bitvectors.test \
|
2009-10-16 17:56:39 +02:00
|
|
|
|
tests/brainfuck.test \
|
2009-05-27 18:18:07 +02:00
|
|
|
|
tests/bytevectors.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/c-api.test \
|
|
|
|
|
|
tests/chars.test \
|
2011-03-31 14:46:21 +02:00
|
|
|
|
tests/coding.test \
|
2020-04-29 22:15:47 +01:00
|
|
|
|
tests/command-line-processor.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/common-list.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/compiler.test \
|
2010-02-24 23:33:20 +01:00
|
|
|
|
tests/control.test \
|
2004-01-07 18:17:04 +00:00
|
|
|
|
tests/continuations.test \
|
2010-05-02 14:17:41 +02:00
|
|
|
|
tests/coverage.test \
|
2013-11-08 14:54:38 +01:00
|
|
|
|
tests/cross-compilation.test \
|
2010-04-08 00:36:53 +02:00
|
|
|
|
tests/curried-definitions.test \
|
2013-10-03 16:13:56 +02:00
|
|
|
|
tests/dwarf.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/encoding-escapes.test \
|
|
|
|
|
|
tests/encoding-iso88591.test \
|
|
|
|
|
|
tests/encoding-iso88597.test \
|
|
|
|
|
|
tests/encoding-utf8.test \
|
2010-03-31 00:09:40 +02:00
|
|
|
|
tests/ecmascript.test \
|
2002-01-22 23:46:01 +00:00
|
|
|
|
tests/elisp.test \
|
2009-12-11 14:32:34 +01:00
|
|
|
|
tests/elisp-compiler.test \
|
|
|
|
|
|
tests/elisp-reader.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/eval.test \
|
2011-03-05 23:16:11 +01:00
|
|
|
|
tests/eval-string.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/exceptions.test \
|
2016-08-30 23:35:10 +02:00
|
|
|
|
tests/fdes-finalizers.test \
|
2004-07-31 01:25:26 +00:00
|
|
|
|
tests/filesys.test \
|
2010-02-17 22:36:14 +01:00
|
|
|
|
tests/fluids.test \
|
2010-04-09 00:30:10 +02:00
|
|
|
|
tests/foreign.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/format.test \
|
2004-02-17 21:39:10 +00:00
|
|
|
|
tests/fractions.test \
|
2006-10-09 23:40:48 +00:00
|
|
|
|
tests/ftw.test \
|
2010-12-03 00:35:15 +01:00
|
|
|
|
tests/future.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/gc.test \
|
|
|
|
|
|
tests/getopt-long.test \
|
|
|
|
|
|
tests/goops.test \
|
|
|
|
|
|
tests/guardians.test \
|
2004-07-09 22:16:04 +00:00
|
|
|
|
tests/hash.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/hooks.test \
|
2006-11-18 18:14:55 +00:00
|
|
|
|
tests/i18n.test \
|
2013-01-10 22:50:27 +01:00
|
|
|
|
tests/iconv.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/import.test \
|
|
|
|
|
|
tests/interp.test \
|
2009-11-03 21:51:28 +00:00
|
|
|
|
tests/keywords.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/list.test \
|
2010-06-17 00:06:20 +02:00
|
|
|
|
tests/match.test \
|
2011-09-03 21:39:51 +02:00
|
|
|
|
tests/match.test.upstream \
|
2006-04-16 23:37:40 +00:00
|
|
|
|
tests/modules.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/multilingual.nottest \
|
Add `getaddrinfo' and related procedures.
* libguile/net_db.c (sym_getaddrinfo_error, sym_ai_passive,
sym_ai_canonname, sym_ai_numerichost, sym_ai_numericserv,
sym_ai_v4mapped, sym_ai_all, sym_ai_addrconfig, sym_eai_badflags,
sym_eai_noname, sym_eai_again, sym_eai_fail, sym_eai_family,
sym_eai_socktype, sym_eai_service, sym_eai_memory, sym_eai_system,
sym_eai_overflow, sym_eai_nodata, sym_eai_addrfamily,
sym_eai_inprogress, sym_eai_canceled, sym_eai_notcanceled,
sym_eai_alldone, sym_eai_intr, sym_eai_idn_encode): New variables.
(scm_from_addrinfo, scm_getaddrinfo, scm_gai_strerror): New functions.
* libguile/net_db.h (scm_getaddrinfo, scm_gai_strerror): New functions.
* module/ice-9/networking.scm (addrinfo:flags, addrinfo:fam,
addrinfo:socktype, addrinfo:protocol, addrinfo:addr,
addrinfo:canonname): New procedures.
* test-suite/tests/net-db.test: New file.
* test-suite/Makefile.am (SCM_TESTS): Add `tests/net-db.test'.
* doc/ref/posix.texi (Network Databases)[getaddrinfo]: New subsection.
[The Host Database]: Suggest using `getaddrinfo'.
2010-02-14 20:56:31 +01:00
|
|
|
|
tests/net-db.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/numbers.test \
|
|
|
|
|
|
tests/optargs.test \
|
2002-11-06 00:38:44 +00:00
|
|
|
|
tests/options.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/pairs.test \
|
2011-12-05 14:20:09 +01:00
|
|
|
|
tests/parameters.test \
|
2013-01-16 10:11:15 +01:00
|
|
|
|
tests/peg.test \
|
2012-04-11 11:43:00 -07:00
|
|
|
|
tests/peval.test \
|
2010-01-03 13:35:35 +01:00
|
|
|
|
tests/print.test \
|
2009-02-16 00:35:34 +01:00
|
|
|
|
tests/procprop.test \
|
2010-12-16 15:14:33 +01:00
|
|
|
|
tests/procs.test \
|
2003-10-08 23:05:12 +00:00
|
|
|
|
tests/poe.test \
|
2003-09-19 01:06:14 +00:00
|
|
|
|
tests/popen.test \
|
2010-09-01 14:52:36 +02:00
|
|
|
|
tests/popen-child.scm \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/ports.test \
|
2003-06-19 01:43:22 +00:00
|
|
|
|
tests/posix.test \
|
2004-01-06 21:45:48 +00:00
|
|
|
|
tests/q.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/r4rs.test \
|
2004-01-11 00:58:38 +00:00
|
|
|
|
tests/r5rs_pitfall.test \
|
2010-03-06 02:04:25 -05:00
|
|
|
|
tests/r6rs-arithmetic-bitwise.test \
|
2010-04-04 14:53:06 -04:00
|
|
|
|
tests/r6rs-arithmetic-fixnums.test \
|
2010-04-03 23:04:24 -04:00
|
|
|
|
tests/r6rs-arithmetic-flonums.test \
|
2010-08-08 19:32:23 -04:00
|
|
|
|
tests/r6rs-base.test \
|
2010-03-28 19:31:49 -04:00
|
|
|
|
tests/r6rs-conditions.test \
|
2010-03-06 01:28:46 -05:00
|
|
|
|
tests/r6rs-control.test \
|
2010-03-28 22:31:45 -04:00
|
|
|
|
tests/r6rs-enums.test \
|
2010-03-30 14:38:27 -04:00
|
|
|
|
tests/r6rs-eval.test \
|
2010-03-26 20:57:52 -04:00
|
|
|
|
tests/r6rs-exceptions.test \
|
2010-03-21 19:26:48 -04:00
|
|
|
|
tests/r6rs-files.test \
|
2010-03-20 20:51:37 -04:00
|
|
|
|
tests/r6rs-hashtables.test \
|
2010-08-08 20:23:14 -04:00
|
|
|
|
tests/r6rs-lists.test \
|
2009-05-27 18:18:07 +02:00
|
|
|
|
tests/r6rs-ports.test \
|
2010-03-10 01:36:15 -05:00
|
|
|
|
tests/r6rs-records-inspection.test \
|
2010-03-08 09:00:42 -05:00
|
|
|
|
tests/r6rs-records-procedural.test \
|
2010-03-20 15:10:11 -04:00
|
|
|
|
tests/r6rs-records-syntactic.test \
|
2010-03-21 16:19:06 -04:00
|
|
|
|
tests/r6rs-unicode.test \
|
2010-05-03 19:09:35 +02:00
|
|
|
|
tests/rnrs-libraries.test \
|
2015-09-08 16:57:30 +02:00
|
|
|
|
tests/array-map.test \
|
2013-04-11 18:11:35 +02:00
|
|
|
|
tests/random.test \
|
2011-01-26 00:24:34 +01:00
|
|
|
|
tests/rdelim.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/reader.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/records.test \
|
2004-08-18 00:30:29 +00:00
|
|
|
|
tests/receive.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/regexp.test \
|
2012-05-28 12:37:56 +02:00
|
|
|
|
tests/rtl.test \
|
2013-08-11 14:08:08 +02:00
|
|
|
|
tests/rtl-compilation.test \
|
2017-04-18 20:39:40 +02:00
|
|
|
|
tests/sandbox.test \
|
2010-08-31 14:13:43 +02:00
|
|
|
|
tests/session.test \
|
2009-03-05 20:03:33 +00:00
|
|
|
|
tests/signals.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/sort.test \
|
2003-08-08 23:05:30 +00:00
|
|
|
|
tests/srcprop.test \
|
2003-05-09 22:42:00 +00:00
|
|
|
|
tests/srfi-1.test \
|
2015-10-03 11:39:27 +02:00
|
|
|
|
tests/srfi-2.test \
|
2003-06-11 23:44:01 +00:00
|
|
|
|
tests/srfi-6.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/srfi-10.test \
|
2004-04-23 21:19:26 +00:00
|
|
|
|
tests/srfi-11.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/srfi-13.test \
|
|
|
|
|
|
tests/srfi-14.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/srfi-17.test \
|
|
|
|
|
|
tests/srfi-18.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/srfi-19.test \
|
2004-01-21 00:45:48 +00:00
|
|
|
|
tests/srfi-26.test \
|
2010-09-27 22:15:51 +02:00
|
|
|
|
tests/srfi-27.test \
|
2004-06-20 14:21:07 +00:00
|
|
|
|
tests/srfi-31.test \
|
2003-04-30 00:06:33 +00:00
|
|
|
|
tests/srfi-34.test \
|
2007-08-11 10:08:10 +00:00
|
|
|
|
tests/srfi-35.test \
|
2007-07-18 20:40:09 +00:00
|
|
|
|
tests/srfi-37.test \
|
2010-11-03 00:19:54 +01:00
|
|
|
|
tests/srfi-38.test \
|
2005-01-01 22:45:32 +00:00
|
|
|
|
tests/srfi-39.test \
|
2013-03-26 22:15:31 -04:00
|
|
|
|
tests/srfi-41.test \
|
2010-10-03 12:06:38 +02:00
|
|
|
|
tests/srfi-42.test \
|
2014-01-27 17:17:23 -05:00
|
|
|
|
tests/srfi-43.test \
|
2010-10-03 21:54:22 +02:00
|
|
|
|
tests/srfi-45.test \
|
2005-03-13 00:52:01 +00:00
|
|
|
|
tests/srfi-60.test \
|
2014-01-29 02:20:01 -05:00
|
|
|
|
tests/srfi-64.test \
|
2010-10-03 12:14:21 +02:00
|
|
|
|
tests/srfi-67.test \
|
2007-12-03 12:36:12 +00:00
|
|
|
|
tests/srfi-69.test \
|
2018-06-18 13:28:36 +02:00
|
|
|
|
tests/srfi-71.test \
|
2008-04-26 19:34:37 +02:00
|
|
|
|
tests/srfi-88.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/srfi-98.test \
|
2012-10-26 17:20:16 -04:00
|
|
|
|
tests/srfi-105.test \
|
2014-01-24 00:21:17 -05:00
|
|
|
|
tests/srfi-111.test \
|
2020-03-23 14:59:39 +01:00
|
|
|
|
tests/srfi-171.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/srfi-4.test \
|
|
|
|
|
|
tests/srfi-9.test \
|
2009-12-20 23:11:34 +01:00
|
|
|
|
tests/statprof.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/streams.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/strings.test \
|
2006-06-13 07:48:42 +00:00
|
|
|
|
tests/structs.test \
|
2016-06-09 10:45:54 +02:00
|
|
|
|
tests/suspendable-ports.test \
|
2009-12-20 23:11:34 +01:00
|
|
|
|
tests/sxml.fold.test \
|
2010-05-24 23:13:16 +02:00
|
|
|
|
tests/sxml.match.test \
|
2010-05-11 22:54:14 +02:00
|
|
|
|
tests/sxml.simple.test \
|
2009-12-20 23:11:34 +01:00
|
|
|
|
tests/sxml.ssax.test \
|
|
|
|
|
|
tests/sxml.transform.test \
|
|
|
|
|
|
tests/sxml.xpath.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/symbols.test \
|
|
|
|
|
|
tests/syncase.test \
|
|
|
|
|
|
tests/syntax.test \
|
2009-12-20 23:11:34 +01:00
|
|
|
|
tests/texinfo.test \
|
|
|
|
|
|
tests/texinfo.docbook.test \
|
2016-06-24 17:09:39 +02:00
|
|
|
|
tests/texinfo.html.test \
|
2020-01-29 14:56:17 +01:00
|
|
|
|
tests/texinfo.plain-text.test \
|
2009-12-20 23:11:34 +01:00
|
|
|
|
tests/texinfo.serialize.test \
|
|
|
|
|
|
tests/texinfo.string-utils.test \
|
2003-06-19 01:43:22 +00:00
|
|
|
|
tests/threads.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/time.test \
|
2009-05-18 23:45:35 +02:00
|
|
|
|
tests/tree-il.test \
|
2014-02-18 23:04:01 +01:00
|
|
|
|
tests/types.test \
|
2014-09-12 17:00:59 +02:00
|
|
|
|
tests/unicode.test \
|
2001-08-09 17:33:31 +00:00
|
|
|
|
tests/version.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/vectors.test \
|
2010-02-02 23:57:02 +01:00
|
|
|
|
tests/vlist.test \
|
2017-12-22 11:40:27 +01:00
|
|
|
|
tests/vm.test \
|
2010-10-15 20:56:42 +02:00
|
|
|
|
tests/weaks.test \
|
Add missing files to the test-suite Makefile.
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
"tests/encoding-escapes.test", "tests/encoding-iso88591.test",
"tests/encoding-iso88597.test", "tests/encoding-utf8.test",
"tests/pairs.test", "tests/records.test", "tests/sort.test",
"tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
"tests/streams.test", "tests/vectors.test", and "tests/web-client.test".
2014-03-01 19:03:35 -05:00
|
|
|
|
tests/web-client.test \
|
2010-10-24 12:36:17 +02:00
|
|
|
|
tests/web-http.test \
|
2010-10-22 00:06:32 +02:00
|
|
|
|
tests/web-request.test \
|
2010-10-22 01:06:54 +02:00
|
|
|
|
tests/web-response.test \
|
2019-06-30 17:20:54 +02:00
|
|
|
|
tests/web-server.test \
|
2010-10-15 20:56:42 +02:00
|
|
|
|
tests/web-uri.test
|
2001-08-08 16:41:28 +00:00
|
|
|
|
|
2010-05-03 19:09:35 +02:00
|
|
|
|
EXTRA_DIST = \
|
|
|
|
|
|
guile-test \
|
2012-04-21 17:06:48 -04:00
|
|
|
|
test-suite/lib.scm \
|
2010-05-03 19:09:35 +02:00
|
|
|
|
$(SCM_TESTS) \
|
2014-01-29 02:20:01 -05:00
|
|
|
|
tests/rnrs-test-a.scm \
|
|
|
|
|
|
tests/srfi-64-test.scm \
|
2010-05-03 19:09:35 +02:00
|
|
|
|
ChangeLog-2008
|
Add Boucher's `lalr-scm' as the `(system base lalr)' module.
Taken from r51 of <http://lalr-scm.googlecode.com/svn/trunk>.
* module/Makefile.am (SYSTEM_BASE_SOURCES): Add `system/base/lalr.scm'.
(NOCOMP_SOURCES): Add `system/base/lalr.upstream.scm'.
* module/system/base/lalr.scm, module/system/base/lalr.upstream.scm: New
files.
* test-suite/Makefile.am (LALR_TESTS, LALR_EXTRA, TESTS,
TESTS_ENVIRONMENT): New variables.
(EXTRA_DIST): Add $(LALR_EXTRA).
* test-suite/lalr/common-test.scm,
test-suite/lalr/glr-test.scm,
test-suite/lalr/test-glr-associativity.scm,
test-suite/lalr/test-glr-basics-01.scm,
test-suite/lalr/test-glr-basics-02.scm,
test-suite/lalr/test-glr-basics-03.scm,
test-suite/lalr/test-glr-basics-04.scm,
test-suite/lalr/test-glr-basics-05.scm,
test-suite/lalr/test-glr-script-expression.scm,
test-suite/lalr/test-glr-single-expressions.scm,
test-suite/lalr/test-lr-associativity-01.scm,
test-suite/lalr/test-lr-associativity-02.scm,
test-suite/lalr/test-lr-associativity-03.scm,
test-suite/lalr/test-lr-associativity-04.scm,
test-suite/lalr/test-lr-basics-01.scm,
test-suite/lalr/test-lr-basics-02.scm,
test-suite/lalr/test-lr-basics-03.scm,
test-suite/lalr/test-lr-basics-04.scm,
test-suite/lalr/test-lr-basics-05.scm,
test-suite/lalr/test-lr-error-recovery-01.scm,
test-suite/lalr/test-lr-error-recovery-02.scm,
test-suite/lalr/test-lr-no-clause.scm,
test-suite/lalr/test-lr-script-expression.scm,
test-suite/lalr/test-lr-single-expressions.scm: New files.
2010-03-31 00:41:28 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Test suite of Dominique Boucher's `lalr-scm'.
|
|
|
|
|
|
# From http://code.google.com/p/lalr-scm/.
|
|
|
|
|
|
|
|
|
|
|
|
LALR_TESTS = \
|
|
|
|
|
|
lalr/test-glr-associativity.scm \
|
|
|
|
|
|
lalr/test-glr-basics-01.scm \
|
|
|
|
|
|
lalr/test-glr-basics-02.scm \
|
|
|
|
|
|
lalr/test-glr-basics-03.scm \
|
|
|
|
|
|
lalr/test-glr-basics-04.scm \
|
|
|
|
|
|
lalr/test-glr-basics-05.scm \
|
|
|
|
|
|
lalr/test-glr-script-expression.scm \
|
|
|
|
|
|
lalr/test-glr-single-expressions.scm \
|
|
|
|
|
|
\
|
|
|
|
|
|
lalr/test-lr-associativity-01.scm \
|
|
|
|
|
|
lalr/test-lr-basics-01.scm \
|
|
|
|
|
|
lalr/test-lr-basics-02.scm \
|
|
|
|
|
|
lalr/test-lr-basics-03.scm \
|
|
|
|
|
|
lalr/test-lr-basics-04.scm \
|
|
|
|
|
|
lalr/test-lr-basics-05.scm \
|
|
|
|
|
|
lalr/test-lr-error-recovery-01.scm \
|
|
|
|
|
|
lalr/test-lr-error-recovery-02.scm \
|
|
|
|
|
|
lalr/test-lr-no-clause.scm \
|
|
|
|
|
|
lalr/test-lr-script-expression.scm \
|
|
|
|
|
|
lalr/test-lr-single-expressions.scm
|
|
|
|
|
|
|
|
|
|
|
|
# Tests not listed in `run-guile-test.sh' and which should not be run.
|
|
|
|
|
|
LALR_EXTRA = \
|
|
|
|
|
|
lalr/test-lr-associativity-02.scm \
|
|
|
|
|
|
lalr/test-lr-associativity-03.scm \
|
|
|
|
|
|
lalr/test-lr-associativity-04.scm
|
|
|
|
|
|
|
|
|
|
|
|
# Test framework.
|
|
|
|
|
|
LALR_EXTRA += \
|
|
|
|
|
|
lalr/common-test.scm \
|
|
|
|
|
|
lalr/glr-test.scm \
|
|
|
|
|
|
lalr/run-guile-test.sh
|
|
|
|
|
|
|
|
|
|
|
|
TESTS = $(LALR_TESTS)
|
2011-12-15 01:31:16 +01:00
|
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
|
|
@LOCALCHARSET_TESTS_ENVIRONMENT@ \
|
|
|
|
|
|
$(top_builddir)/meta/guile --no-auto-compile
|
Add Boucher's `lalr-scm' as the `(system base lalr)' module.
Taken from r51 of <http://lalr-scm.googlecode.com/svn/trunk>.
* module/Makefile.am (SYSTEM_BASE_SOURCES): Add `system/base/lalr.scm'.
(NOCOMP_SOURCES): Add `system/base/lalr.upstream.scm'.
* module/system/base/lalr.scm, module/system/base/lalr.upstream.scm: New
files.
* test-suite/Makefile.am (LALR_TESTS, LALR_EXTRA, TESTS,
TESTS_ENVIRONMENT): New variables.
(EXTRA_DIST): Add $(LALR_EXTRA).
* test-suite/lalr/common-test.scm,
test-suite/lalr/glr-test.scm,
test-suite/lalr/test-glr-associativity.scm,
test-suite/lalr/test-glr-basics-01.scm,
test-suite/lalr/test-glr-basics-02.scm,
test-suite/lalr/test-glr-basics-03.scm,
test-suite/lalr/test-glr-basics-04.scm,
test-suite/lalr/test-glr-basics-05.scm,
test-suite/lalr/test-glr-script-expression.scm,
test-suite/lalr/test-glr-single-expressions.scm,
test-suite/lalr/test-lr-associativity-01.scm,
test-suite/lalr/test-lr-associativity-02.scm,
test-suite/lalr/test-lr-associativity-03.scm,
test-suite/lalr/test-lr-associativity-04.scm,
test-suite/lalr/test-lr-basics-01.scm,
test-suite/lalr/test-lr-basics-02.scm,
test-suite/lalr/test-lr-basics-03.scm,
test-suite/lalr/test-lr-basics-04.scm,
test-suite/lalr/test-lr-basics-05.scm,
test-suite/lalr/test-lr-error-recovery-01.scm,
test-suite/lalr/test-lr-error-recovery-02.scm,
test-suite/lalr/test-lr-no-clause.scm,
test-suite/lalr/test-lr-script-expression.scm,
test-suite/lalr/test-lr-single-expressions.scm: New files.
2010-03-31 00:41:28 +02:00
|
|
|
|
|
2010-05-24 23:13:16 +02:00
|
|
|
|
EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss
|