Skip to content

Commit

Permalink
asg/mini-libc: Mention expected build issues when testing
Browse files Browse the repository at this point in the history
Some files will fail to build because there are missing files or missing
functions should be implemented by students.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand authored and Alex-deVis committed Sep 30, 2023
1 parent a43f054 commit a4ac041
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion content/assignments/mini-libc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,11 @@ test_mmap_perm_none ........................ failed ... 0
Total: 0/100
```

For starters, tests will fail.
Some files will fail to build, it's expected.
This is because there are missing files or missing functions that cause build errors.
You'll need to add those files and implement those functions for the build error to disappear.

Obviously, most tests will fail, as there is no implementation.
Some tests don't fail because the missing implementation equates to the bad behavior being tested not happening.

Each test is worth a number of points.
Expand Down

0 comments on commit a4ac041

Please sign in to comment.