Lines Matching refs:h

1 :: ###############################################################################
2 :: #
3 :: # Copyright (C) Nintendo. All rights reserved.
4 :: #
5 :: # These coded instructions, statements, and computer programs contain
6 :: # proprietary information of Nintendo of America Inc. and/or Nintendo
7 :: # Company Ltd., and are protected by Federal copyright law. They may
8 :: # not be disclosed to third parties or copied or duplicated in any form,
9 :: # in whole or in part, without the prior written consent of Nintendo.
10 :: #
11 :: ###############################################################################
12
13 cafex run -b %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx
14 cafex stop
15
16 mkdir %CAFE_ROOT%\masteringtemp
17
18 ::Test1 - Basic mastering test- Provide all paths
19 echo *******TEST 1 START*******
20 cafex makemaster -r %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.rpx…
21 comparewumad.exe %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.wumad …
22 echo *******TEST 1 END*********
23
24 ::Test2 - Basic mastering test- Provide no paths
25 echo *******TEST 2 START*******
26 cafex makemaster > Test2_log.txt
27 comparewumad.exe %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.wumad …
28 echo *******TEST 2 END*********
29
30 echo *******TEST 3 START*******
31 ::Test3 - Add system partition
32 cafex makemaster -u -o %CAFE_ROOT%\motionBlur_CafeX_D_Part > Test3_log.txt
33 comparewumad.exe %CAFE_ROOT%\system\bin\ghs\cafe\demo\gx2\garden\motionBlur\DEBUG\motionBlur.wumad …
34 echo *******TEST 3 END*********
35
36 echo *******TEST 4 START*******
37 ::Test4 - Create patch
38 cafex makemaster -o %CAFE_ROOT%\helloworldv2_CafeX -p %CAFE_ROOT%\helloworldv1.wumad -r %CAFE_ROOT%…
39 comparewumad.exe %CAFE_ROOT%\helloworldv2_CafeX.wumad %CAFE_ROOT%\helloworldv2.wumad > Test4_cmp.txt
40 ::Check for .diff existence
41
42 echo *******TEST 4 END*********
43
44 ::Last test - help message
45 cafex makemaster -h