mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Added new tests to build
svn path=/trunk/; revision=5786
This commit is contained in:
parent
bf3eb0bdde
commit
a38afaee02
1 changed files with 9 additions and 5 deletions
|
@ -6,11 +6,15 @@ PATH_TO_TOP = ../..
|
||||||
|
|
||||||
include $(PATH_TO_TOP)/rules.mak
|
include $(PATH_TO_TOP)/rules.mak
|
||||||
|
|
||||||
TEST_APPS = alive apc args atomtest bench bitblt button button2 \
|
# test_old tests
|
||||||
combo consume copymove count dump_shared_data edit enumwnd event file \
|
TEST_APPS = SampleWindow alive apc args atomtest bench bitblt \
|
||||||
gditest hello isotest lineclip linetest lpc messagebox mstest mutex nptest pteb \
|
button button2 combo consume copymove count dibtest dump_shared_data \
|
||||||
regtest sectest shm thread tokentest vmtest winhello dibtest lock SampleWindow \
|
edit enumwnd event file gditest hello hivetest icontest isotest \
|
||||||
hivetest shaptest wm_paint multiwin icontest suspend tests/volinfo terminate
|
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 wm_erasebkgnd \
|
||||||
|
wm_paint
|
||||||
|
|
||||||
TEST_MISC =
|
TEST_MISC =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue