test: pEpSQLite - fix cleanup

LIB-12
heck 2021-04-18 23:42:30 +02:00
parent d2e16f8059
commit c42866978f
1 changed files with 4 additions and 0 deletions

View File

@ -695,5 +695,9 @@ int main(int argc, char* argv[])
test_is_open_after_close();
test_is_open_after_delete_on_open();
test_is_open_after_delete_on_closed();
file_ensure_not_existing(fixture_db_filename_new());
file_ensure_not_existing(fixture_db_filename_corrupt());
file_ensure_not_existing(fixture_db_filename_existing_and_verified());
return 0;
}