~ chicken-core (chicken-5) d811d03a2aebc8a522260f2dca7ec1380e73470e
commit d811d03a2aebc8a522260f2dca7ec1380e73470e Author: felix <bunny351@gmail.com> AuthorDate: Mon May 10 16:29:52 2010 +0200 Commit: Ivan Raikov <igr@debian.oist.jp> CommitDate: Wed May 12 00:29:42 2010 +0900 added missing entries to manifest; make diff-invocation in tests/runtests.sh unaware of whitespace changes diff --git a/distribution/manifest b/distribution/manifest index f58300de..211a0935 100644 --- a/distribution/manifest +++ b/distribution/manifest @@ -112,14 +112,17 @@ tests/posix-tests.scm tests/r4rstest.out tests/port-tests.scm tests/test-gc-hooks.scm +tests/test-glob.scm tests/matchable.scm tests/match-tests.scm tests/module-tests.scm +tests/module-tests-2.scm tests/test-finalizers.scm tests/test-finalizers-2.scm tests/module-tests-compiled.scm tests/scrutiny-tests.scm tests/scrutiny.expected +tests/syntax-rule-stress-test.scm tests/syntax-tests.scm tests/syntax-tests-2.scm tests/meta-syntax-test.scm diff --git a/tests/runtests.sh b/tests/runtests.sh index 4794cef0..3cea9bd1 100644 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -66,7 +66,7 @@ if test \! -f scrutiny.expected; then cp scrutiny.out scrutiny.expected fi -diff -u scrutiny.out scrutiny.expected +diff -bu scrutiny.out scrutiny.expected echo "======================================== runtime tests ..." $interpret -s apply-test.scmTrap