~ubuntu-branches/ubuntu/edgy/pysvn/edgy

« back to all changes in this revision

Viewing changes to Tests/win32.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-03-07 14:08:44 UTC
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060307140844-xey4ygiqdrexvq0s
Tags: upstream-1.4.1
ImportĀ upstreamĀ versionĀ 1.4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all: test-01.win32.new.log test-03.win32.new.log test-04.win32.new.log test-05.win32.new.log
2
 
 
3
 
clean: clean-01 clean-03 clean-04 clean-05
4
 
 
5
 
clean-01:
6
 
        -subst b: /d >nul 2>&1
7
 
        if exist test-01.win32.new.log del test-01.win32.new.log
8
 
        if exist testroot-01 rmdir /s /q testroot-01
9
 
 
10
 
clean-03:
11
 
        -subst b: /d >nul 2>&1
12
 
        if exist test-03.win32.new.log del test-03.win32.new.log
13
 
        if exist testroot-03 rmdir /s /q testroot-03
14
 
 
15
 
clean-04:
16
 
        -subst b: /d >nul 2>&1
17
 
        if exist test-04.win32.new.log del test-04.win32.new.log
18
 
        if exist testroot-04 rmdir /s /q testroot-04
19
 
 
20
 
clean-05:
21
 
        -subst b: /d >nul 2>&1
22
 
        if exist test-05.win32.new.log del test-05.win32.new.log
23
 
        if exist testroot-05 rmdir /s /q testroot-05
24
 
 
 
1
all: test-01.win32.new.log test-03.win32.new.log test-04.win32.new.log test-05.win32.new.log test-06.win32.new.log
 
2
 
 
3
clean: clean-01 clean-03 clean-04 clean-05 clean-06
 
4
 
 
5
#
 
6
#       Helpers while developing and verifying tests
 
7
#
 
8
WB_DIFF=wb-diff.cmd
25
9
test-01.win32.new.log: test-01.cmd test-01.win32.known_good.log
26
10
        -subst b: /d >nul 2>&1
27
11
        if exist testroot-01 rmdir /s /q testroot-01
28
12
        test-01.cmd >test-01.win32.new.log 2>&1
29
13
        python benchmark_diff.py test-01.win32.known_good.log test-01.win32.new.log
30
14
 
31
 
test-03.win32.new.log: test-03.cmd test-03.win32.known_good.log
32
 
        -subst b: /d >nul 2>&1
33
 
        if exist testroot-03 rmdir /s /q testroot-03
34
 
        if "%USERNAME%" == "barry" test-03.cmd >test-03.win32.new.log 2>&1
35
 
        if "%USERNAME%" == "barry" python benchmark_diff.py test-03.win32.known_good.log test-03.win32.new.log
36
 
 
37
 
test-04.win32.new.log: test-04.cmd test-04.win32.known_good.log
38
 
        -subst b: /d >nul 2>&1
39
 
        if exist testroot-04 rmdir /s /q testroot-04
40
 
        test-04.cmd >test-04.win32.new.log 2>&1
41
 
        python benchmark_diff.py test-04.win32.known_good.log test-04.win32.new.log
42
 
 
43
 
test-05.win32.new.log: test-05.cmd test-05.win32.known_good.log
44
 
        -subst b: /d >nul 2>&1
45
 
        if exist testroot-05 rmdir /s /q testroot-05
46
 
        test-05.cmd >test-05.win32.new.log 2>&1
47
 
        python benchmark_diff.py test-05.win32.known_good.log test-05.win32.new.log
48
 
 
49
 
#
50
 
#       Helpers while developing and verifying tests
51
 
#
52
 
WB_DIFF=wb-diff.cmd
 
15
clean-01:
 
16
        -subst b: /d >nul 2>&1
 
17
        if exist test-01.win32.new.log del test-01.win32.new.log
 
18
        if exist testroot-01 rmdir /s /q testroot-01
 
19
 
53
20
diff-01: test-01.win32.new.log
54
21
        $(WB_DIFF) test-01.win32.known_good.log.clean test-01.win32.new.log.clean
55
22
 
56
23
new-01: test-01.win32.new.log
57
24
        copy test-01.win32.new.log test-01.win32.known_good.log
58
25
 
 
26
test-03.win32.new.log: test-03.cmd test-03.win32.known_good.log
 
27
        -subst b: /d >nul 2>&1
 
28
        if exist testroot-03 rmdir /s /q testroot-03
 
29
        if "%USERNAME%" == "barry" test-03.cmd >test-03.win32.new.log 2>&1
 
30
        if "%USERNAME%" == "barry" python benchmark_diff.py test-03.win32.known_good.log test-03.win32.new.log
 
31
 
 
32
clean-03:
 
33
        -subst b: /d >nul 2>&1
 
34
        if exist test-03.win32.new.log del test-03.win32.new.log
 
35
        if exist testroot-03 rmdir /s /q testroot-03
 
36
 
59
37
diff-03: test-03.win32.new.log
60
38
        $(WB_DIFF) test-03.win32.known_good.log.clean test-03.win32.new.log.clean
61
39
 
62
40
new-03: test-03.win32.new.log
63
41
        copy test-03.win32.new.log test-03.win32.known_good.log
64
42
 
 
43
test-04.win32.new.log: test-04.cmd test-04.win32.known_good.log
 
44
        -subst b: /d >nul 2>&1
 
45
        if exist testroot-04 rmdir /s /q testroot-04
 
46
        test-04.cmd >test-04.win32.new.log 2>&1
 
47
        python benchmark_diff.py test-04.win32.known_good.log test-04.win32.new.log
 
48
 
 
49
clean-04:
 
50
        -subst b: /d >nul 2>&1
 
51
        if exist test-04.win32.new.log del test-04.win32.new.log
 
52
        if exist testroot-04 rmdir /s /q testroot-04
 
53
 
65
54
diff-04: test-04.win32.new.log
66
55
        $(WB_DIFF) test-04.win32.known_good.log.clean test-04.win32.new.log.clean
67
56
 
68
57
new-04: test-04.win32.new.log
69
58
        copy test-04.win32.new.log test-04.win32.known_good.log
70
59
 
 
60
test-05.win32.new.log: test-05.cmd test-05.win32.known_good.log
 
61
        -subst b: /d >nul 2>&1
 
62
        if exist testroot-05 rmdir /s /q testroot-05
 
63
        test-05.cmd >test-05.win32.new.log 2>&1
 
64
        python benchmark_diff.py test-05.win32.known_good.log test-05.win32.new.log
 
65
 
 
66
clean-05:
 
67
        -subst b: /d >nul 2>&1
 
68
        if exist test-05.win32.new.log del test-05.win32.new.log
 
69
        if exist testroot-05 rmdir /s /q testroot-05
 
70
 
71
71
diff-05: test-05.win32.new.log
72
72
        $(WB_DIFF) test-05.win32.known_good.log.clean test-05.win32.new.log.clean
73
73
 
74
74
new-05: test-05.win32.new.log
75
75
        copy test-05.win32.new.log test-05.win32.known_good.log
76
76
 
 
77
test-06.win32.new.log: test-06.cmd test-06.win32.known_good.log
 
78
        -subst b: /d >nul 2>&1
 
79
        if exist testroot-06 rmdir /s /q testroot-06
 
80
        test-06.cmd >test-06.win32.new.log 2>&1
 
81
        python benchmark_diff.py test-06.win32.known_good.log test-06.win32.new.log
 
82
 
 
83
clean-06:
 
84
        -subst b: /d >nul 2>&1
 
85
        if exist test-06.win32.new.log del test-06.win32.new.log
 
86
        if exist testroot-06 rmdir /s /q testroot-06
 
87
 
 
88
diff-06: test-06.win32.new.log
 
89
        $(WB_DIFF) test-06.win32.known_good.log.clean test-06.win32.new.log.clean
 
90
 
 
91
new-06: test-06.win32.new.log
 
92
        copy test-06.win32.new.log test-06.win32.known_good.log
 
93