diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-07-06 18:51:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-07-06 18:51:15 +0300 |
commit | d9abe7af4aeee363d75d073b6eafd019ce610d87 (patch) | |
tree | 6e324cecb6485539c72f99cf099841a81d89fea2 | |
parent | 52c2bd6651c0158064573e67e3cd65bca8bb5972 (diff) | |
download | manaverse-d9abe7af4aeee363d75d073b6eafd019ce610d87.tar.gz manaverse-d9abe7af4aeee363d75d073b6eafd019ce610d87.tar.bz2 manaverse-d9abe7af4aeee363d75d073b6eafd019ce610d87.tar.xz manaverse-d9abe7af4aeee363d75d073b6eafd019ce610d87.zip |
Add information about unit test frameworks into readmes.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | README.txt | 4 |
3 files changed, 12 insertions, 0 deletions
@@ -26,6 +26,10 @@ THE MANA PLUS CLIENT - gettext (translations) + Embedded libs: + + - catch and doctest for unit testing. + Additiona run time deps: - xsel (for clipboard access, used only in SDL 1.2) - xdg-open (from xdg-utils, for open url in browser) @@ -33,6 +33,10 @@ Doxygen: [![doxygen](https://img.shields.io/badge/Docs-Doxygen/manaplus-blue.svg - [gettext](https://www.gnu.org/software/gettext/) (translations) +#### Embedded libs: + + - [catch](https://github.com/philsquared/Catch) and [doctest](https://github.com/onqtam/doctest) for unit testing. + ### Additional run time deps: - xsel (for clipboard access, used only in SDL 1.2) - xdg-open (from xdg-utils, for open url in browser) diff --git a/README.txt b/README.txt index 9521fb3f7..6ad6b0b22 100644 --- a/README.txt +++ b/README.txt @@ -26,6 +26,10 @@ THE MANA PLUS CLIENT - gettext (translations)
+ Embedded libs:
+
+ - catch and doctest for unit testing.
+
Additiona run time deps:
- xsel (for clipboard access, used only in SDL 1.2)
- xdg-open (from xdg-utils, for open url in browser)
|