mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Update to add a new test application (shaptest) to the build. This application
is used to test shape drawing GDI functions. svn path=/trunk/; revision=4344
This commit is contained in:
parent
958c16b6d9
commit
367031db4a
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@ 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
|
||||
# patblt pteb regtest sectest shm thread vmtest winhello shaptest
|
||||
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
|
||||
winhello dibtest lock hivetest shaptest
|
||||
|
||||
TEST_MISC =
|
||||
|
||||
|
|
Loading…
Reference in a new issue