diff -r 96612d01cf9f -r 6711b85517b7 tsrc/testing/tools/test_clean.cmd --- a/tsrc/testing/tools/test_clean.cmd Mon Jan 18 20:21:12 2010 +0200 +++ b/tsrc/testing/tools/test_clean.cmd Tue Jan 26 12:00:59 2010 +0200 @@ -25,6 +25,15 @@ popd echo ---------------------------------------- +echo CLEAN VIDEOPLAYER +echo ---------------------------------------- + +pushd \VideoApp_Domain\videoplayer\group +call bldmake bldfiles +call abld reallyclean +popd + +echo ---------------------------------------- echo CLEAN VIDEOUTILS/TSRC echo ---------------------------------------- @@ -34,19 +43,34 @@ popd echo ---------------------------------------- -echo CLEAN VIDEO -echo ---------------------------------------- - -pushd \VideoApp_Domain\videoplayer\group -call bldmake bldfiles -call abld reallyclean -popd - -echo ---------------------------------------- -echo CLEAN VIDEO/TSRC +echo CLEAN VIDEOPLAYER/TSRC echo ---------------------------------------- pushd \VideoApp_Domain\videoplayer\tsrc\group call bldmake bldfiles call abld test reallyclean popd + +echo ---------------------------------------- +echo CLEAN VIDEOPLAYER UNIT TESTS +echo ---------------------------------------- + +call pushd \VideoApp_Domain\videoplayer\videoplayback\videohelix\tsrc\ut_videohelixtest\group +call bldmake bldfiles +call abld test reallyclean +call popd + +call pushd \VideoApp_Domain\videoplayer\videoplayback\videoplaybackcontrols\tsrc\videoplaybackcontrols_test\group +call bldmake bldfiles +call abld test reallyclean +call popd + +call pushd \VideoApp_Domain\videoplayer\videoplayback\videoplaybackviews\tsrc\ut_userinputhandlertest\group +call bldmake bldfiles +call abld test reallyclean +call popd + +call pushd \VideoApp_Domain\videoplayer\videoplayerapp\mpxvideoplayer\tsrc\ut_mpxvideoplayertest\group +call bldmake bldfiles +call abld test reallyclean +call popd \ No newline at end of file