Skip to content
Snippets Groups Projects
AsciiDoc TCK

AsciiDoc TCK

Project ID: 3869
Guillaume Grossetie's avatar
Guillaume Grossetie authored
a2b03e5f
History

AsciiDoc TCK

Specification Projects under the Eclipse Foundation Specification Process MUST produce a Technology Compatibility Kit (TCK) that delivers on the promise of enabling multiple compatible implementations.

It is the role of the TCK to ensure both compatibility of implementations and portability of applications. Implementations that want to be certified must follow the AsciiDoc TCK Process.

Requirements

In order to pass the AsciiDoc TCK tests, you need to create a CLI interface that reads AsciiDoc content from stdin and return an Abstract Semantic Graph (encoded in JSON) to stdout. The CLI must return an exit code of 0 on success and non-zero in case of failure.

Install

Download the appropriate binary from the release page.

Usage

Open a terminal and type:

ASCIIDOC_TCK_ADAPTER=/path/to/impl asciidoc-tck-linux-x64

Structure