https://github.com/yaml/libyaml-test
https://github.com/yaml/libyaml-test
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yaml/libyaml-test
- Owner: yaml
- Created: 2016-12-10T18:30:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T22:04:06.000Z (almost 6 years ago)
- Last Synced: 2025-03-17T11:53:52.630Z (over 1 year ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 4
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: ReadMe.md
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.