[ros-kernel] Executive and Subsystem Testing

Casper Hornstrup chorns at users.sourceforge.net
Sat Dec 6 21:49:05 CET 2003


> -----Oprindelig meddelelse-----
> Fra: ros-kernel-bounces at reactos.com 
> [mailto:ros-kernel-bounces at reactos.com] På vegne af Jason Filby
> Sendt: 6. december 2003 19:25
> Til: ros-kernel at reactos.com
> Emne: [ros-kernel] Executive and Subsystem Testing
> 
> I would also like for these tests to be well documented - as a 
> bug/misunderstanding in testing code is bound to occur. Plus 
> documentation will help others to write tests as well. The format of 
> this documentation is up for debate - but there seems to be 
> substantial 
> interest in Doxygen recently. However its done, I would like for a 
> developer browsing reactos.com to be able to view the list of 
> regression 
> tests and what exactly each one tests - and where we are 
> lacking tests.
> 
> Cheers
> Jason

We can extend tools\rgenstat to look for a @test tag also. Eg.
something like:

@test {test-filename1},...{test-filenameX}.

Then we would be able to see which tests are testing a specific
API (and more importantly: which APIs have no tests) on a website
also.

In this case, then maybe tests need to be given a unique ID.
They are currently in different directories so filename is not
guaranteed to be unique.

Casper




More information about the Ros-kernel mailing list