diff options
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/README.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/unittest/README.txt b/unittest/README.txt index cefa8753f8f..e862a54e443 100644 --- a/unittest/README.txt +++ b/unittest/README.txt @@ -42,3 +42,10 @@ directory and add the following to the Makefile.am in that directory Note, it's important to have "-t" at the end of the filename, otherwise the test won't be executed by 'make test' ! + +Documentation +------------- + +There is Doxygen-generated documentation available at: + + https://intranet.mysql.com/~mkindahl/mytap/html/ |