New CV test.

This commit is contained in:
Geoffrey Challen
2016-02-18 16:14:48 -05:00
parent 08fd92507d
commit 00eb1b44fb
4 changed files with 149 additions and 55 deletions

View File

@@ -495,6 +495,7 @@ static const char *testmenu[] = {
"[cvt2] CV test 2 (1) ",
"[cvt3] CV test 3 (1*) ",
"[cvt4] CV test 4 (1*) ",
"[cvt5] CV test 5 (1) ",
"[rwt1] RW lock test (1?) ",
"[rwt2] RW lock test 2 (1?) ",
"[rwt3] RW lock test 3 (1?) ",
@@ -641,6 +642,7 @@ static struct {
{ "cvt2", cvtest2 },
{ "cvt3", cvtest3 },
{ "cvt4", cvtest4 },
{ "cvt5", cvtest5 },
{ "rwt1", rwtest },
{ "rwt2", rwtest2 },
{ "rwt3", rwtest3 },