mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Update make file to build a test application for the GlobalXXX memory API.
svn path=/trunk/; revision=6301
This commit is contained in:
parent
fea73f2343
commit
677670754c
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue