mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
Add a quick test application for testing the GlobalXXX memory API.
by Mark Tempel svn path=/trunk/; revision=6304
This commit is contained in:
parent
8789928717
commit
4aec51e513
2 changed files with 1081 additions and 0 deletions
19
reactos/apps/tests/global_mem/Makefile
Normal file
19
reactos/apps/tests/global_mem/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $Id: Makefile,v 1.1 2003/10/13 15:05:59 weiden Exp $
|
||||
|
||||
PATH_TO_TOP = ../../..
|
||||
|
||||
TARGET_NORC = yes
|
||||
|
||||
TARGET_TYPE = program
|
||||
|
||||
TARGET_APPTYPE = console
|
||||
|
||||
TARGET_NAME = global_mem
|
||||
|
||||
TARGET_OBJECTS = $(TARGET_NAME).o
|
||||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
include $(TOOLS_PATH)/helper.mk
|
||||
|
||||
# EOF
|
1062
reactos/apps/tests/global_mem/global_mem.c
Normal file
1062
reactos/apps/tests/global_mem/global_mem.c
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue