2004-10-24 Casper S. Hornstrup <chorns@users.sourceforge.net>
authorCasper Hornstrup <chorns@users.sourceforge.net>
Sun, 24 Oct 2004 17:51:29 +0000 (17:51 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Sun, 24 Oct 2004 17:51:29 +0000 (17:51 +0000)
commitb69a77aa97a1345ce9160ca60f3fd7e5fbff8db9
tree0bc25988fe9ccae881a0afb3c94ae68f8c285a75
parent1dbfd30e1e71192b20aeb812604e5b505c25ea4f
2004-10-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>

* ntoskrnl/Makefile (TARGET_REGTESTS): Define to yes.
* regtests/regtests/regtests.c (_ExitProcess): Declare.
* regtests/regtests/regtests.def (_ExitProcess@4): Ditto.
* regtests/shared/regtests.h (_ExitProcess): Ditto.
* tools/regtests.c: Exit process using _ExitProcess();
Properly support fastcall symbols.
* ntoskrnl/tests: New directory.
* ntoskrnl/tests/tests: Ditto.
* ntoskrnl/tests/.cvsignore: New file.
* ntoskrnl/tests/Makefile: Ditto.
* ntoskrnl/tests/setup.c: Ditto.
* ntoskrnl/tests/stubs.tst: Ditto.
* ntoskrnl/tests/tests/.cvsignore: Ditto.

svn path=/trunk/; revision=11420
reactos/ChangeLog
reactos/ntoskrnl/Makefile
reactos/ntoskrnl/tests/.cvsignore [new file with mode: 0644]
reactos/ntoskrnl/tests/Makefile [new file with mode: 0644]
reactos/ntoskrnl/tests/setup.c [new file with mode: 0644]
reactos/ntoskrnl/tests/stubs.tst [new file with mode: 0644]
reactos/ntoskrnl/tests/tests/.cvsignore [new file with mode: 0644]
reactos/regtests/regtests/regtests.c
reactos/regtests/regtests/regtests.def
reactos/regtests/shared/regtests.h
reactos/tools/regtests.c