-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into octfiles_tests
- Loading branch information
Showing
4 changed files
with
18 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,7 @@ octaveforge_pkg/ | |
doctest.tar.gz | ||
src/*.oct | ||
src/*.o | ||
*.o | ||
*.oct | ||
tmp/** | ||
|
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,11 +4,11 @@ Date: 2018-01-04 | |
Author: various authors | ||
Maintainer: Colin B. Macdonald <[email protected]>, Michael Walter <[email protected]> | ||
Title: Documentation tests | ||
Description: The Octave-Forge Doctest package finds specially-formatted | ||
blocks of example code within documentation files. It then executes | ||
the code and confirms the output is correct. This can be useful as part of | ||
a testing framework or simply to ensure that documentation stays up-to-date | ||
during software development. | ||
Description: Find and run example code within documentation. | ||
Formatted blocks of example code are extracted from documentation | ||
files and executed to confirm their output is correct. This can be | ||
part of a testing framework or simply to ensure that documentation | ||
stays up-to-date during software development. | ||
Depends: octave (>= 4.2.0) | ||
Url: https://github.com/catch22/octave-doctest | ||
Url: https://octave.sourceforge.io/doctest | ||
License: BSD-3-Clause |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Copyright 2016 Colin B. Macdonald | ||
Copyright 2016, 2019 Colin B. Macdonald | ||
Copying and distribution of this file, with or without modification, | ||
are permitted in any medium without royalty provided the copyright | ||
|
@@ -11,13 +11,12 @@ without any warranty. | |
<id>octave-doctest</id> | ||
<extends>www.octave.org-octave.desktop</extends> | ||
<name>Doctest</name> | ||
<summary>Finds and tests example code within documentation</summary> | ||
<summary>Find and run example code within documentation</summary> | ||
<description> | ||
<p>Finds specially-formatted blocks of example code within | ||
documentation files. Then execute that code and confirm the | ||
output is correct. This can be useful as part of a testing | ||
framework or simply to ensure that documentation stays up-to-date | ||
during software development.</p> | ||
<p>Formatted blocks of example code are extracted from documentation | ||
files and executed to confirm their output is correct. This can be | ||
part of a testing framework or simply to ensure that documentation | ||
stays up-to-date during software development.</p> | ||
</description> | ||
<keywords> | ||
<keyword>development</keyword> | ||
|
@@ -26,9 +25,9 @@ without any warranty. | |
<keyword>documentation</keyword> | ||
</keywords> | ||
<translation/> | ||
<url type="homepage">http://octave.sourceforge.net/doctest</url> | ||
<url type="homepage">https://octave.sourceforge.io/doctest</url> | ||
<url type="bugtracker">https://github.com/catch22/octave-doctest/issues/new</url> | ||
<metadata_license>FSFAP</metadata_license>--> | ||
<metadata_license>FSFAP</metadata_license> | ||
<project_license>BSD-3-Clause</project_license> | ||
<developer_name>Octave-Forge Community</developer_name> | ||
<update_contact>[email protected]</update_contact> | ||
|