Converted first PGR test to new CUnit format

Here's the patch that really adds the new test ... plz let me know if I did this incorrectly.
---------------------------------------------------------------
parent 93fd84ab52bc56f889dbd7970345d205ce03f958 (1.7.0-238-g93fd84a)
commit c5aa45226d054389280b763ce5754c5fa647b05c
Author: Lee Duncan <lduncan@suse.de>
Date:   Wed Feb 6 13:43:08 2013 -0800

Converted first PGR test to new CUnit format
This commit is contained in:
Lee Duncan
2013-02-07 11:15:32 -08:00
committed by Ronnie Sahlberg
parent 49d1f87d17
commit 3f4bb80fd4
6 changed files with 122 additions and 2 deletions

View File

@@ -215,6 +215,11 @@ static CU_TestInfo tests_writesame16[] = {
CU_TEST_INFO_NULL
};
static CU_TestInfo tests_prin_read_keys[] = {
{ (char *)"testPrinReadKeysSimple", test_prin_read_keys_simple },
CU_TEST_INFO_NULL
};
static CU_SuiteInfo suites[] = {
{ (char *)"TestPrefetch10", test_setup, test_teardown,
tests_prefetch10 },
@@ -252,6 +257,8 @@ static CU_SuiteInfo suites[] = {
tests_writesame10 },
{ (char *)"TestWriteSame16", test_setup, test_teardown,
tests_writesame16 },
{ (char *)"TestPrinReadKeys", test_setup, test_teardown,
tests_prin_read_keys },
CU_SUITE_INFO_NULL
};