Update test.c

This commit is contained in:
Joe DF 2019-12-17 16:03:51 -05:00
parent 6cd83a8c88
commit 88450878b4
1 changed files with 1 additions and 0 deletions

1
test.c
View File

@ -64,6 +64,7 @@ int main() {
test_b64_text_encode();
puts("\nTesting test_b64_text_decode() ...\n");
test_b64_text_decode();
puts("------------------------------------");
printf("\n[END] Test score: %g%% (%d/%d)\n",PERCENT(testScore,testTotal),testScore,testTotal);
return 0;