rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

Test Framework #20

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

We could need a way to run tests from within the running kernel to ensure correctness and avoid regression. Once we have this people implementing new functionality could provide corresponding test cases written in this framework.

ebear commented 10 years ago

I don't have a lot of background on this but I'd like to work on it.

SUMDude21 commented 10 years ago

@ebear Do you need any help?

ebear commented 10 years ago

@SUMDude21 yeah that would be awesome, here's my email tabbear@gmail.com

sorry I didn't get notified about your comment

buzzmark commented 10 years ago

I could work on this as well, if you guys want some more help

collinc777 commented 9 years ago

did this end up being implemented??

lkolbly commented 9 years ago

A little bit. It appears that in the master branch the kernel/test.c file has some sort of test framework, which references some tests in the kernel/tests/. It would be certainly be worth documenting the framework and figuring out what's there, if you want to do that (I'm not aware of any other test framework in the kernel).

jdonszelmann commented 4 years ago

closing because it's implemented well now :)