mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
A little more good housekeeping
svn path=/trunk/; revision=4332
This commit is contained in:
parent
91b46db515
commit
075b861ce8
1 changed files with 8 additions and 7 deletions
|
@ -8,13 +8,14 @@ include $(PATH_TO_TOP)/rules.mak
|
|||
|
||||
|
||||
# Test applications
|
||||
# alive apc args atomtest bench consume copymove count dump_shared_data
|
||||
# event file gditest hello isotest lpc mstest mutex nptest
|
||||
# pteb regtest sectest shm simple thread vmtest winhello
|
||||
TEST_APPS = alive apc args atomtest bench consume copymove count dump_shared_data \
|
||||
event file gditest hello isotest lpc mstest mutex nptest \
|
||||
pteb regtest sectest shm simple thread tokentest vmtest winhello dibtest \
|
||||
lock hivetest
|
||||
# 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
|
||||
TEST_APPS = alive apc args atomtest bench 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
|
||||
|
||||
TEST_MISC =
|
||||
|
||||
|
|
Loading…
Reference in a new issue