mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Added hivetest (modified regtest).
svn path=/trunk/; revision=4125
This commit is contained in:
parent
ee641bec75
commit
4363c6ef6f
3 changed files with 1058 additions and 0 deletions
5
reactos/apps/tests/hivetest/.cvsignore
Normal file
5
reactos/apps/tests/hivetest/.cvsignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
*.o
|
||||
*.d
|
||||
*.exe
|
||||
*.coff
|
||||
*.sym
|
1031
reactos/apps/tests/hivetest/hivetest.c
Normal file
1031
reactos/apps/tests/hivetest/hivetest.c
Normal file
File diff suppressed because it is too large
Load diff
22
reactos/apps/tests/hivetest/makefile
Normal file
22
reactos/apps/tests/hivetest/makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
#
|
||||
# $Id: makefile,v 1.1 2003/02/09 18:26:36 ekohl Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
TARGET_NORC = yes
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = hivetest
|
||||
|
||||
TARGET_SDKLIBS = ntdll.a kernel32.a
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# EOF
|
Loading…
Reference in a new issue