Please submit your test_suite.c from GitLab to the Gradescope HW4 assignment.
Commit and Push¶
Commit your test_suite.c and additional data files code to your Gitlab repository. Push
this to the origin master branch by running git push.
The files you will submit for HW4 should be in a folder named hw4. This hw4 folder
needs to be at the top level of your repository.
Submit git repo to Gradescope¶
From the CSE 374 dashboard, tap on the HW4 assignment. In the pop-up that appears, do not upload anything and directly tap the “GitLab” button on the bottom:

Find your repository in the list and Submit Project. Leave the branch on master.

Tip
Students from past quarters have reported that the “Last Updated” time on Gradescope isn’t frequently updated (the irony!). As long as the changes are visible in your own repository, which you can verify by visiting GitLab, Gradescope will be able to see the latest files just fine.
Once you submit your work, you’ll be shown a waiting page while Gradescope grades your submission. After about a few minutes, the autograder will finish running your code and automatically update the page with the test output and your overall assignment score.