diff options
author | unknown <mkindahl@production.mysql.com[mkindahl]> | 2006-08-25 13:53:16 +0200 |
---|---|---|
committer | unknown <mkindahl@production.mysql.com[mkindahl]> | 2006-08-25 13:53:16 +0200 |
commit | 0220e4ff877daba889983117fbf2b065ad50b36e (patch) | |
tree | 40f1768c74aae4d307ce161e2ecc33463c0a9f81 /unittest/README.txt | |
parent | 9cb377f9bed34fbbf5db46c991a6deeffcac37e8 (diff) | |
download | mariadb-git-0220e4ff877daba889983117fbf2b065ad50b36e.tar.gz |
mytap-changes.patch
unittest/Makefile.am:
Import patch mytap-changes.patch
unittest/README.txt:
Import patch mytap-changes.patch
unittest/examples/Makefile.am:
Import patch mytap-changes.patch
unittest/mytap/tap.c:
Import patch mytap-changes.patch
unittest/mytap/tap.h:
Import patch mytap-changes.patch
Diffstat (limited to 'unittest/README.txt')
-rw-r--r-- | unittest/README.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/unittest/README.txt b/unittest/README.txt index 0d8bb9025d8..cefa8753f8f 100644 --- a/unittest/README.txt +++ b/unittest/README.txt @@ -9,7 +9,9 @@ mytap Source for the MyTAP library mysys Tests for mysys components bitmap-t.c Unit test for MY_BITMAP base64-t.c Unit test for base64 encoding functions -examples Example unit tests +examples Example unit tests. + core-t.c Example of raising a signal in the middle of the test + THIS TEST WILL STOP ALL FURTHER TESTING! simple-t.c Example of a standard TAP unit test skip-t.c Example where some test points are skipped skip_all-t.c Example of a test where the entire test is skipped @@ -24,6 +26,9 @@ To make and execute all unit tests in the directory: make test +Observe that the tests in the examples/ directory are just various +examples of tests and are not expected to pass. + Adding unit tests ----------------- |