Question: I typed in ./arraylist.bin in the terminal and it says all unit test have passed. The problem is the terminal only shows an [OK] after each test, it did not show as much as the assignment 1 website Test and Validate section shows. And when I deleted the code I wrote for arraylist_free(arraylist *a), it still shows all units passed. Did I make a mistake?
kourosha...@gmail.com
unread,
Sep 23, 2020, 1:55:59 AM9/23/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cmpt-295-sfu
I assume you only ran the command ./arraylist.bin? Try
./arraylist.bin --verbose instead.