forked from wolfSSL/wolfssl
update gitignore and location of test cleanup
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@ -78,6 +78,7 @@ tests/unit
|
|||||||
testsuite/testsuite.test
|
testsuite/testsuite.test
|
||||||
tests/unit.test
|
tests/unit.test
|
||||||
tests/bio_write_test.txt
|
tests/bio_write_test.txt
|
||||||
|
test-write-dhparams.pem
|
||||||
testsuite/*.der
|
testsuite/*.der
|
||||||
testsuite/*.pem
|
testsuite/*.pem
|
||||||
testsuite/*.raw
|
testsuite/*.raw
|
||||||
|
@ -25275,12 +25275,12 @@ void ApiTest(void)
|
|||||||
AssertIntEQ(test_ForceZero(), 0);
|
AssertIntEQ(test_ForceZero(), 0);
|
||||||
|
|
||||||
AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS);
|
AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS);
|
||||||
wolfSSL_Cleanup();
|
|
||||||
|
|
||||||
/* If at some point a stub get implemented this test should fail indicating
|
/* If at some point a stub get implemented this test should fail indicating
|
||||||
* a need to implement a new test case
|
* a need to implement a new test case
|
||||||
*/
|
*/
|
||||||
test_stubs_are_stubs();
|
test_stubs_are_stubs();
|
||||||
|
wolfSSL_Cleanup();
|
||||||
|
|
||||||
printf(" End API Tests\n");
|
printf(" End API Tests\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user