项目作者: Clozure

项目描述 :
Tests for Clozure CL
高级语言: Common Lisp
项目地址: git://github.com/Clozure/ccl-tests.git
创建时间: 2017-03-25T18:33:44Z
项目社区:https://github.com/Clozure/ccl-tests

开源协议:

下载


ccl-tests

This repository contains a modified version of Paul Dietz’s Common Lisp
standards compliance test suite, as well as additional tests specific
to Clozure CL (http://github.com/Clozure/ccl).

To run the tests, you can use

  1. make CCL=/path/to/ccl test

Alternatively, start up a ccl with /path/to/dx86cl64 -n -l load.lisp and then evaluate (run-tests).
Replace /path/to/dx86cl64 with the path to whatever ccl you want to run the tests in.