remzi-arpacidusseau / ostep-projects

Projects for an undergraduate OS course
4.31k stars 1.22k forks source link

Release of testing code? #4

Open mukund109 opened 5 years ago

mukund109 commented 5 years ago

Hi,

Would you be releasing the tests for this anytime soon?

ziphawkteamusa commented 4 years ago

Same question. Are there any automated tests available? I have been following the videos, homework exercises and projects. However, it seems testing code is missing in some of them.

Any idea as to how to test the File system checker project, I browsed the mkfs.c in xv6-public, but it seems it only has options for generating a correct fs.img as in a list of files. There does not seem to be any test code for File system checker project, and the project page at different places (here and CS537), only mentions that the tests will be done, but not how.

AkiyamaKunka commented 2 years ago

@mukund109 @ziphawkteamusa In UW-Madison CS 537 course, professors do provide good tester for each of these projects, but I guess they may not be part of the open-sources content.