-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run external test suites from the yaml/libyaml-test repo
- Loading branch information
1 parent
acd6f6f
commit 640717a
Showing
7 changed files
with
33 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# This is the `libyaml-test` repository URL and the branch to use: | ||
|
||
https://github.com/yaml/libyaml-test 2020-06-22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,37 +4,37 @@ To build and install the library, run: | |
|
||
$ ./configure | ||
$ make | ||
# make install | ||
$ make install | ||
|
||
Required packages: | ||
|
||
- gcc | ||
- libtool | ||
- make | ||
|
||
If you checked the source code from the Git repository, run | ||
If you cloned the source code from the Git repository, run: | ||
|
||
$ ./bootstrap | ||
$ ./configure | ||
$ make | ||
# make install | ||
$ make install | ||
|
||
Required packages: | ||
|
||
- autoconf | ||
- gcc | ||
- libtool | ||
- make | ||
|
||
For more information, check the [LibYAML | ||
homepage](https://github.com/yaml/libyaml). | ||
This libyaml source code repository is hosted at | ||
https://github.com/yaml/libyaml. | ||
|
||
Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net. | ||
To contribute changes, see https://github.com/yaml/libyaml/wiki/Contributing. | ||
|
||
You may also use the [YAML-Core mailing | ||
list](http://lists.sourceforge.net/lists/listinfo/yaml-core). | ||
Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net. | ||
|
||
Submit bug reports and feature requests to the [LibYAML bug | ||
tracker](https://github.com/yaml/libyaml/issues/new). | ||
Submit bug reports and feature requests to | ||
https://github.com/yaml/libyaml/issues/. | ||
|
||
This project was developed for Python Software Foundation as a part of Google | ||
Summer of Code under the mentorship of Clark Evans. | ||
|
@@ -43,4 +43,4 @@ The LibYAML module was written by Kirill Simonov <[email protected]>. | |
It is currently maintained by the YAML community. | ||
|
||
LibYAML is released under the MIT license. | ||
See the file LICENSE for more details. | ||
See the file License for more details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters