mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:22:58 +00:00
automatically build enumws test app
svn path=/trunk/; revision=7029
This commit is contained in:
parent
6e1dc58809
commit
56c46f052a
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(PATH_TO_TOP)/rules.mak
|
||||||
# test_old tests
|
# test_old tests
|
||||||
TEST_APPS = accelerator SampleWindow alive apc args atomtest bench bitblt button \
|
TEST_APPS = accelerator SampleWindow alive apc args atomtest bench bitblt button \
|
||||||
button2 capclock carets cliarea combo consume copymove count dibtest \
|
button2 capclock carets cliarea combo consume copymove count dibtest \
|
||||||
dump_shared_data edit enumwnd event file global_mem hello mdi \
|
dump_shared_data edit enumwnd enumws event file global_mem hello mdi \
|
||||||
hivetest hotkey icontest isotest lineclip linetest lock lpc messagebox \
|
hivetest hotkey icontest isotest lineclip linetest lock lpc messagebox \
|
||||||
mktime mstest multiwin mutex nptest patblt pipe primitives pteb regtest \
|
mktime mstest multiwin mutex nptest patblt pipe primitives pteb regtest \
|
||||||
sectest sertest shaptest shm statst statst2 stretchblt suspend \
|
sectest sertest shaptest shm statst statst2 stretchblt suspend \
|
||||||
|
|
6
reactos/apps/tests/enumws/.cvsignore
Normal file
6
reactos/apps/tests/enumws/.cvsignore
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
*.o
|
||||||
|
*.d
|
||||||
|
*.exe
|
||||||
|
*.coff
|
||||||
|
*.sym
|
||||||
|
*.map
|
Loading…
Add table
Add a link
Reference in a new issue