* Added svn:ignore to ignore test-generated files

* Renamed mzlib/contract header (distinguished from the other)
* Added "scheme.ss" to test things from the scheme collection
* Added "for.ss" to the "scheme.ss" tests, renamed the section header
  to `for'
* Added "list.ss" to test stuff from scheme/list: flatten
* Moved list tests from "function.ss" to "list.ss": foldl, foldr,
  filter, memf, assf, sort; removed bogus quicksort-mergesort test

svn: r8928

original commit: 401a535e11cd081238ba3eb0db565511439445f9
This commit is contained in:
Eli Barzilay 2008-03-08 07:34:22 +00:00
parent 694ebaae8e
commit f40329c855

View File

@ -7,7 +7,7 @@ of the contract library does not change over time.
|# |#
(load-relative "loadtest.ss") (load-relative "loadtest.ss")
(Section 'contract) (Section 'mzlib/contract)
(parameterize ([error-print-width 200]) (parameterize ([error-print-width 200])
(let () (let ()