diff options
author | unknown <mats@romeo.(none)> | 2006-08-14 13:52:05 +0200 |
---|---|---|
committer | unknown <mats@romeo.(none)> | 2006-08-14 13:52:05 +0200 |
commit | dc2264ab867c3ccd49add6fa36a8f9237d1b824d (patch) | |
tree | 42c0047700751cd95b85b049f40e14f03a025a44 /unittest/README.txt | |
parent | 1363c9b215a2e01e6437fdaa16db0fa86e57362f (diff) | |
download | mariadb-git-dc2264ab867c3ccd49add6fa36a8f9237d1b824d.tar.gz |
Fixing unit test execution script to work with AIX 5.2 and OS X machines.
These are using old version of the Test::Harness modules, so I resort
to a safer way of running executable files.
unittest/README.txt:
Adding reference to Doxygen-generated documentation on the intranet.
unittest/unit.pl:
Using environment HARNESS_PERL_SWITCHES instead of a replacement
straps
Diffstat (limited to 'unittest/README.txt')
-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 0d8bb9025d8..5cbc6b02f05 100644 --- a/unittest/README.txt +++ b/unittest/README.txt @@ -37,3 +37,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/ |