mirror of
https://github.com/reactos/reactos.git
synced 2025-04-09 23:37:40 +00:00
Updated tests.
svn path=/trunk/; revision=5156
This commit is contained in:
parent
6b56586d3b
commit
0cd892553a
1 changed files with 6 additions and 10 deletions
|
@ -6,16 +6,12 @@ PATH_TO_TOP = ../..
|
|||
|
||||
include $(PATH_TO_TOP)/rules.mak
|
||||
|
||||
|
||||
# Test applications
|
||||
# alive apc args atomtest bench bitblt consume copymove count dump_shared_data
|
||||
# event file gditest hello isotest lpc messagebox mstest mutex nptest
|
||||
# patblt pteb regtest sectest shm thread vmtest winhello shaptest
|
||||
TEST_APPS = alive apc args atomtest bench bitblt consume copymove count \
|
||||
dump_shared_data event file gditest hello isotest lpc messagebox \
|
||||
mstest mutex event file gditest hello isotest lpc messagebox mstest \
|
||||
mutex nptest pteb regtest sectest shm thread tokentest vmtest \
|
||||
winhello dibtest lock hivetest shaptest wm_paint multiwin icontest
|
||||
TEST_APPS = alive apc args atomtest bench bitblt button button2 \
|
||||
combo consume copymove count dump_shared_data edit event file \
|
||||
gditest hello isotest lineclip lpc messagebox mstest mutex event \
|
||||
file gditest hello isotest lpc messagebox mstest mutex nptest pteb \
|
||||
regtest sectest shm thread tokentest vmtest winhello dibtest lock \
|
||||
hivetest shaptest wm_paint multiwin icontest
|
||||
|
||||
TEST_MISC =
|
||||
|
||||
|
|
Loading…
Reference in a new issue