Add a quick test application for testing the GlobalXXX memory API.

by Mark Tempel

svn path=/trunk/; revision=6304
This commit is contained in:
Thomas Bluemel 2003-10-13 15:05:59 +00:00
parent 8789928717
commit 4aec51e513
2 changed files with 1081 additions and 0 deletions

View 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

File diff suppressed because it is too large Load diff