Re-enable almost all tests.

svn path=/trunk/; revision=11365
This commit is contained in:
Steven Edwards 2004-10-21 05:20:21 +00:00
parent 10a923d083
commit 005fb790e6

View file

@ -6,77 +6,94 @@ PATH_TO_TOP = ../../reactos
include $(PATH_TO_TOP)/rules.mak include $(PATH_TO_TOP)/rules.mak
# Broken tests
# dnsapi iptest lan regdump subclass
# polytest - Needs a mingw makefile
TEST_APPS = \ TEST_APPS = \
accelerator \ accelerator \
alive \ alive \
alphablend \ alphablend \
apc \ apc \
apc2 \ apc2 \
args \ args \
atomtest \ atomtest \
bench \ bench \
bitblt \ bitblt \
button \ button \
button2 \ button2 \
capclock \ capclock \
carets \ carets \
combo \ combo \
consume \ consume \
copymove \ copymove \
count \ count \
dibtest \ create-links \
dirdlg \ dibtest \
dump_shared_data \ dirdlg \
edit \ diskspeed \
enhmetafile \ dnsquery \
enumwnd \ dump_shared_data \
enumws \ edit \
event \ enhmetafile \
eventpair \ enumfonts \
fiber \ enumwnd \
global_mem \ enumws \
gradient \ event \
guithreadinfo \ eventpair \
hello \ fiber \
mdi \ global_mem \
hivetest \ gradient \
icontest \ guithreadinfo \
isotest \ hello \
lineclip \ hivetest \
linetest \ icontest \
lpc \ isotest \
map_dup_inherit \ lineclip \
mktime \ linetest \
mstest \ lpc \
multithrdwin \ map_dup_inherit \
multiwin \ mdi \
mutex \ miditest \
nptest \ mktime \
patblt \ moztest \
popupmenu \ mstest \
primitives \ multithrdwin \
pteb \ multiwin \
p_dup_handle \ mutex \
regtest \ nameserverlist \
sectest \ noexecute \
sertest \ nptest \
shaptest \ oskittcp \
shm \ p_dup_handle \
statst \ palbitblt \
statst2 \ patblt \
stretchblt \ popupmenu \
suspend \ primitives \
tcpsvr \ pteb \
terminate \ regqueryvalue \
txtscale \ regtest \
thread \ sectest \
thread_msg \ sertest \
threadwait \ shaptest \
tokentest \ shm \
vmtest \ statst \
winhello \ statst2 \
wm_erasebkgnd \ stretchblt \
wm_paint suspend \
tcpsvr \
terminate \
thread \
thread_msg \
threadwait \
tmrqueue \
tokentest \
txtscale \
vmtest \
winhello \
wm_erasebkgnd \
wm_paint \
zwcontinue
all: $(TEST_APPS) all: $(TEST_APPS)