mirror of https://github.com/wolfSSL/wolfssl.git
update gitignore and location of test cleanup
parent
8f5a0dc66a
commit
589b056ecb
|
@ -78,6 +78,7 @@ tests/unit
|
|||
testsuite/testsuite.test
|
||||
tests/unit.test
|
||||
tests/bio_write_test.txt
|
||||
test-write-dhparams.pem
|
||||
testsuite/*.der
|
||||
testsuite/*.pem
|
||||
testsuite/*.raw
|
||||
|
|
|
@ -25275,12 +25275,12 @@ void ApiTest(void)
|
|||
AssertIntEQ(test_ForceZero(), 0);
|
||||
|
||||
AssertIntEQ(test_wolfSSL_Cleanup(), WOLFSSL_SUCCESS);
|
||||
wolfSSL_Cleanup();
|
||||
|
||||
/* If at some point a stub get implemented this test should fail indicating
|
||||
* a need to implement a new test case
|
||||
*/
|
||||
test_stubs_are_stubs();
|
||||
wolfSSL_Cleanup();
|
||||
|
||||
printf(" End API Tests\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue