Converted comments from c++ to c.

This commit is contained in:
skarg
2007-07-26 14:25:25 +00:00
parent 3f7927bd84
commit 519e9fd31b
7 changed files with 129 additions and 129 deletions
+6 -6
View File
@@ -31,8 +31,8 @@
License.
-------------------------------------------
####COPYRIGHTEND####*/
//#define TEST
//#define TEST_KEY
/*#define TEST */
/*#define TEST_KEY */
#include "key.h"
#ifdef TEST
@@ -41,7 +41,7 @@
#include "ctest.h"
// test the encode and decode macros
/* test the encode and decode macros */
void testKeys(Test * pTest)
{
int type, id;
@@ -61,7 +61,7 @@ void testKeys(Test * pTest)
return;
}
// test the encode and decode macros
/* test the encode and decode macros */
void testKeySample(Test * pTest)
{
int type, id;
@@ -99,8 +99,8 @@ int main(void)
pTest = ct_create("key", NULL);
/* add the individual tests */
// rc = ct_addTestFunction(pTest, testKeys);
// assert(rc);
/* rc = ct_addTestFunction(pTest, testKeys); */
/* assert(rc); */
rc = ct_addTestFunction(pTest, testKeySample);
assert(rc);
/* run all the tests */