-
Notifications
You must be signed in to change notification settings - Fork 95
io/file-descriptors: Add testing suggestion for each task. #187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In addition, change the beginning of this file to instruct students to use the lab archive and add a |
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -16,6 +16,9 @@ make: Nothing to be done for 'all'. | |||||||||||
| Test PASSED (File copies are identical) | ||||||||||||
| ``` | ||||||||||||
|
|
||||||||||||
| If possible, try to manually test your implementation. | ||||||||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Reword the other task like this. "If possible" makes no one want to actually test manually. |
||||||||||||
| Use `./checker.sh` only when you are sure of your result. | ||||||||||||
|
|
||||||||||||
| 1. Open `mmap_cp.c` and complete the TODOs to map the files in memory and copy the contents. | ||||||||||||
| Do not forget to clean up by unmapping and closing the files. | ||||||||||||
|
|
||||||||||||
|
|
||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file doesn't belong to this lab, it should be added to lab 11.