The ansi-test-harness Reference Manual

This is the ansi-test-harness Reference Manual, version 0.1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:33:44 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 ansi-test-harness

Harness for ansi-test

Author

Tarn W. Burton

Home Page

https://github.com/yitzchak/ansi-test-harness

Bug Tracker

https://github.com/yitzchak/ansi-test-harness/issues

License

MIT

Version

0.1.0

Dependency

alexandria (system).

Source

ansi-test-harness.asd.

Child Component

code (module).


3 Modules

Modules are listed depth-first from the system components tree.


3.1 ansi-test-harness/code

Source

ansi-test-harness.asd.

Parent Component

ansi-test-harness (system).

Child Components

4 Files

Files are sorted by type and then listed depth-first from the systems components trees.


4.1 Lisp


4.1.1 ansi-test-harness/ansi-test-harness.asd

Source

ansi-test-harness.asd.

Parent Component

ansi-test-harness (system).

ASDF Systems

ansi-test-harness.


4.1.2 ansi-test-harness/code/packages.lisp

Source

ansi-test-harness.asd.

Parent Component

code (module).

Packages

ansi-test-harness.


4.1.3 ansi-test-harness/code/harness.lisp

Dependency

packages.lisp (file).

Source

ansi-test-harness.asd.

Parent Component

code (module).

Public Interface

ansi-test (function).

Internals

5 Packages

Packages are listed by definition order.


5.1 ansi-test-harness

Source

packages.lisp.

Use List

common-lisp.

Public Interface

ansi-test (function).

Internals

6 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


6.1 Public Interface


6.1.1 Ordinary functions

Function: ansi-test (&key repository branch clean commit git skip-sync directory extrinsic-symbols expected-failures tests exit)
Package

ansi-test-harness.

Source

harness.lisp.


6.2 Internals


6.2.1 Ordinary functions

Function: check-repo (&key directory repository)
Package

ansi-test-harness.

Source

harness.lisp.

Function: sync-repo (&key branch clean commit directory git repository)
Package

ansi-test-harness.

Source

harness.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables