From d9abe7af4aeee363d75d073b6eafd019ce610d87 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 6 Jul 2017 18:51:15 +0300 Subject: Add information about unit test frameworks into readmes. --- README | 4 ++++ README.md | 4 ++++ README.txt | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/README b/README index 1400bcd12..97a404814 100644 --- a/README +++ b/README @@ -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) diff --git a/README.md b/README.md index dc74d3c0c..86d254de0 100644 --- a/README.md +++ b/README.md @@ -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) -- cgit v1.2.3-60-g2f50