An open API service indexing awesome lists of open source software.

https://github.com/yaml/libyaml-test


https://github.com/yaml/libyaml-test

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

libyaml-test
============

Test libyaml against external test suites

# Synopsis

```
make test
```

From libyaml master branch:

```
./bootstrap
./configure
make test-suite
```

# Description

This repo's job is to test libyaml against the `yaml-test-suite` and the test suites of projects that use libyaml, like PyYAML.