Update make file to build a test application for the GlobalXXX memory API.

svn path=/trunk/; revision=6301
This commit is contained in:
Mark Tempel 2003-10-13 04:33:40 +00:00
parent fea73f2343
commit 677670754c

View file

@ -9,13 +9,14 @@ include $(PATH_TO_TOP)/rules.mak
# test_old tests
TEST_APPS = SampleWindow alive apc args atomtest bench bitblt \
button button2 capclock cliarea combo consume copymove count dibtest \
dump_shared_data edit enumwnd event file gditest hello hivetest \
icontest isotest lineclip linetest lock lpc messagebox mktime \
dump_shared_data edit enumwnd event file gditest global_mem hello \
hivetest icontest isotest lineclip linetest lock lpc messagebox mktime \
mstest multiwin mutex nptest patblt pipe primitives pteb regtest \
sectest sertest shaptest shm statst statst2 stretchblt suspend \
tcpsvr terminate txtscale thread thread_msg tokentest vmtest \
winhello winhello2 wm_erasebkgnd wm_paint eventpair threadwait
TEST_MISC =
all: $(TEST_APPS) $(TEST_MISC)