~ chicken-core (chicken-5) 0847c0e2db5717f4634250a67e4e39a2fc7e97b6
commit 0847c0e2db5717f4634250a67e4e39a2fc7e97b6 Author: felix <bunny351@gmail.com> AuthorDate: Mon May 10 16:29:52 2010 +0200 Commit: felix <bunny351@gmail.com> CommitDate: Mon May 10 16:29:52 2010 +0200 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 0877f8d5..c5b0989a 100644 --- a/distribution/manifest +++ b/distribution/manifest @@ -114,14 +114,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