@ -30,23 +30,41 @@ tde_add_library( tdeconfigtest SHARED AUTOMOC
E X C L U D E _ F R O M _ A L L
)
set ( CHECKS
td e c o n f i g t e s t g u i k l o c a l e t e s t t d e p r o c e s s t e s t k s i m p l e c o n f i g t e s t t d e s t a n d a r d d i r s t e s t
td e u n i q u e a p p t e s t k t e m p f i l e t e s t k r a n d o m s e q u e n c e t e s t k d e b u g t e s t
k s o c k t e s t k s t r i n g h a n d l e r t e s t k c m d l i n e a r g s t e s t t d e a p p t e s t k m e m t e s t
dc o p k o n q t e s t k i p c t e s t c p l u s p l u s t e s t k i c o n l o a d e r t e s t k r e s o l v e r t e s t
km d c o d e c t e s t k n o t i f y t e s t k s o r t a b l e v a l u e l i s t t e s t k r f c d a t e t e s t t e s t q t a r g s
td e p r o c i o t e s t k c h a r s e t s t e s t k c a l e n d a r t e s t k m a c r o e x p a n d e r t e s t k s h e l l t e s t
kx e r r o r h a n d l e r t e s t s t a r t s e r v i c e b y k g l o b a l t e s t k t i m e z o n e s t e s t
set ( AUTOMATED_ CHECKS
kc h a r s e t s t e s t k g l o b a l t e s t k m a c r o e x p a n d e r t e s t k r f c d a t e t e s t
ks t r i n g h a n d l e r t e s t k u r l t e s t t d e s t d a c c e l t e s t
# c p l u s p l u s t e s t # - - skip ( doesn't error on errors )
# k s i m p l e c o n f i g t e s t # - - skip ( doesn't error on errors )
# k s o r t a b l e v a l u e l i s t # - - skip ( doesn't error on errors )
# k s o c k t e s t # - - s k i p d u e t o D N S f a i l u r e
)
# T e s t s t h a t r e q u i r e s o m e g r a p h i c a l i n t e r a c t i o n / c o n f i r m a t i o n .
set ( MANUAL_CHECKS_GUI
k d e b u g t e s t k l o c a l e t e s t k n o t i f y t e s t k x e r r o r h a n d l e r t e s t
s t a r t s e r v i c e b y t d e c o n f i g t e s t g u i t d e p r o c e s s t e s t t e s t q t a r g s
)
foreach ( _check ${ CHECKS } )
tde_add_check_executable ( ${ _check } AUTOMOC LINK tdeconfigtest-shared )
# T e s t s t h a t r e q u i r e s o m e i n t e r a c t i o n u s i n g a t e r m i n a l
set ( MANUAL_CHECKS_TUI
d c o p k o n q t e s t k c a l e n d a r t e s t k c m d l i n e a r g s t e s t k i c o n l o a d e r t e s t
k i p c t e s t k m e m t e s t k r a n d o m s e q u e n c e t e s t k r e s o l v e r t e s t
k m d c o d e c t e s t k s h e l l t e s t k t e m p f i l e t e s t k t i m e z o n e s t e s t
t d e a p p t e s t t d e p r o c i o t e s t t d e s t a n d a r d d i r s t e s t t d e u n i q u e a p p t e s t
)
foreach ( _check ${ AUTOMATED_CHECKS } )
tde_add_check_executable ( ${ _check } AUTOMOC LINK tdeconfigtest-shared TEST )
endforeach ( )
tde_add_check_executable ( kurltest AUTOMOC LINK tdeconfigtest-shared TEST )
tde_add_check_executable ( tdestdacceltest AUTOMOC LINK tdeconfigtest-shared TEST )
foreach ( _check ${ MANUAL_CHECKS_GUI } )
tde_add_check_executable ( ${ _check } AUTOMOC LINK tdeconfigtest-shared )
endforeach ( )
foreach ( _check ${ MANUAL_CHECKS_TUI } )
tde_add_check_executable ( ${ _check } AUTOMOC LINK tdeconfigtest-shared )
endforeach ( )
tde_add_check_executable ( kidlservertest AUTOMOC SOURCES KIDLTest.cpp KIDLTest.skel
L I N K t d e c o n f i g t e s t - s h a r e d )