:: ############################################################################### :: # :: # Copyright (C) 2009-2013 Nintendo. All rights reserved. :: # :: # These coded instructions, statements, and computer programs contain :: # proprietary information of Nintendo of America Inc. and/or Nintendo :: # Company Ltd., and are protected by Federal copyright law. They may :: # not be disclosed to third parties or copied or duplicated in any form, :: # in whole or in part, without the prior written consent of Nintendo. :: # :: ############################################################################### cafex run -b %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx cafex stop mkdir %CAFE_ROOT%\masteringtemp ::Test1 - Basic mastering test- Provide all paths echo *******TEST 1 START******* cafex makemaster -r %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx -o %CAFE_ROOT%\motionBlur_CafeX_DEBUG -w %CAFE_ROOT%\masteringtemp > Test1_log.txt comparewumad.exe %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.wumad motionBlur_Script_DEBUG.wumad > Test1_cmp.txt echo *******TEST 1 END********* ::Test2 - Basic mastering test- Provide no paths echo *******TEST 2 START******* cafex makemaster > Test2_log.txt comparewumad.exe %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.wumad %CAFE_ROOT%\motionBlur_Script_DEBUG.wumad > Test2_cmp.txt echo *******TEST 2 END********* echo *******TEST 3 START******* ::Test3 - Add system partition cafex makemaster -u -o %CAFE_ROOT%\motionBlur_CafeX_D_Part > Test3_log.txt comparewumad.exe %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.wumad %CAFE_ROOT%\motionBlur_Script_DEBUG_Part.wumad > Test3_cmp.txt echo *******TEST 3 END********* echo *******TEST 4 START******* ::Test4 - Create patch cafex makemaster -o %CAFE_ROOT%\helloworldv2_CafeX -p %CAFE_ROOT%\helloworldv1.wumad -r %CAFE_ROOT%\system\bin\ghs\cafe\demo\hellworld\DEBUG\helloworld.rpx > Test4_log.txt comparewumad.exe %CAFE_ROOT%\helloworldv2_CafeX.wumad %CAFE_ROOT%\helloworldv2.wumad > Test4_cmp.txt ::Check for .diff existence echo *******TEST 4 END********* ::Last test - help message cafex makemaster -h