summaryrefslogtreecommitdiff
path: root/unittest/README.txt
diff options
context:
space:
mode:
authormkindahl@production.mysql.com[mkindahl] <>2006-08-25 13:53:16 +0200
committermkindahl@production.mysql.com[mkindahl] <>2006-08-25 13:53:16 +0200
commit794dba439e6d4fe748e42457e9d5ab63807da81c (patch)
tree40f1768c74aae4d307ce161e2ecc33463c0a9f81 /unittest/README.txt
parent317bc36fd991ddfab447917015af3a66105f9462 (diff)
downloadmariadb-git-794dba439e6d4fe748e42457e9d5ab63807da81c.tar.gz
mytap-changes.patch
Diffstat (limited to 'unittest/README.txt')
-rw-r--r--unittest/README.txt7
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
-----------------