Page 1 of 1

Building Kernel-Mode tests (kmtests)

Posted: Mon Apr 23, 2018 6:41 am
by indiocolifa
Hi guys. According to KmTestsHowTo wiki page, the command

Code: Select all

ninja kmtest_all
should be enough to build the kernelmode tests, under the rostests/modules subdirectory.
However, I cannot do this as Ninja seems to know nothing about a Kmtests target.

Any help here?

Thanks!

Re: Building Kernel-Mode tests (kmtests)

Posted: Mon Apr 23, 2018 11:49 am
by ThFabba
You need to run it from the top-level build output directory (or the reactos/ subdirectory when using RosBE-Unix) like all other build commands.
Also make sure that you enabled rostests when configuring -- configure.cmd -DENABLE_ROSTESTS=1

Re: Building Kernel-Mode tests (kmtests)

Posted: Mon Apr 23, 2018 1:57 pm
by indiocolifa
Done it. Thank you very much.

Regards.