[KMTESTS]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 9 Jun 2011 15:14:02 +0000 (15:14 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 9 Jun 2011 15:14:02 +0000 (15:14 +0000)
commit22216d2eb73260ee504946b7d91a4561573e3415
tree75a1c7618db392fc0a4a3719cf738a2c84dee7a4
parent9e143d59558d6917e178eddf4ba2571e3ebfe347
[KMTESTS]
- add simple loader application that can list/run tests from a driver via DeviceIoControl, and prints output to the console

svn path=/branches/GSoC_2011/KMTestSuite/; revision=52157
CMakeLists.txt
directory.rbuild
kmtests/CMakeLists.txt [new file with mode: 0644]
kmtests/directory.rbuild [new file with mode: 0644]
kmtests/include/kmt_public.h [new file with mode: 0644]
kmtests/kmtest.rbuild [new file with mode: 0644]
kmtests/kmtest/kmtest.c [new file with mode: 0644]
kmtests/kmtest/kmtest.exe.manifest [new file with mode: 0644]
kmtests/kmtest/kmtest.h [new file with mode: 0644]
kmtests/kmtest/kmtest.rc [new file with mode: 0644]
kmtests/kmtest/service.c [new file with mode: 0644]