update gitignore and location of test cleanup

pull/2366/head
Jacob Barthelmeh 2019-07-18 10:35:57 -06:00
parent 8f5a0dc66a
commit 589b056ecb
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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");