Added hivetest (modified regtest).

svn path=/trunk/; revision=4125
This commit is contained in:
Eric Kohl 2003-02-09 18:26:36 +00:00
parent ee641bec75
commit 4363c6ef6f
3 changed files with 1058 additions and 0 deletions

View file

@ -0,0 +1,5 @@
*.o
*.d
*.exe
*.coff
*.sym

File diff suppressed because it is too large Load diff

View 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