repo.or.cz
/
vala-lang.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update for 0.0.8 release update
[vala-lang.git]
/
vala
/
tests
/
Makefile.am
blob
95c84995d0a846371f45abc8e700b6d2f9853782
1
NULL =
2
3
TESTS_ENVIRONMENT = $(srcdir)/testrunner.sh
4
5
TESTS = \
6
test-001.vala \
7
test-002.vala \
8
test-003.vala \
9
test-004.vala \
10
test-005.vala \
11
test-006.vala \
12
test-007.vala \
13
test-008.vala \
14
test-009.vala \
15
test-010.vala \
16
test-011.vala \
17
test-012.vala \
18
test-013.vala \
19
test-014.vala \
20
test-015.vala \
21
test-016.vala \
22
test-017.vala \
23
test-018.vala \
24
test-019.vala \
25
test-020.vala \
26
test-021.vala \
27
test-022.vala \
28
test-023.vala \
29
test-024.vala \
30
test-025.vala \
31
test-026.vala \
32
test-027.vala \
33
test-028.vala \
34
test-029.vala \
35
test-030.vala \
36
test-031.vala \
37
$(NULL)
38
39
EXTRA_DIST = \
40
testrunner.sh \
41
test-001.vala \
42
test-002.vala \
43
test-003.vala \
44
test-004.vala \
45
test-005.vala \
46
test-006.vala \
47
test-007.vala \
48
test-008.vala \
49
test-009.vala \
50
test-010.vala \
51
test-011.vala \
52
test-012.vala \
53
test-013.vala \
54
test-014.vala \
55
test-015.vala \
56
test-016.vala \
57
test-017.vala \
58
test-018.vala \
59
test-019.vala \
60
test-020.vala \
61
test-021.vala \
62
test-022.vala \
63
test-023.vala \
64
test-024.vala \
65
test-025.vala \
66
test-026.vala \
67
test-027.vala \
68
test-028.vala \
69
test-029.vala \
70
test-030.vala \
71
test-031.vala \
72
test-001.out \
73
test-002.out \
74
test-003.out \
75
test-004.out \
76
test-005.out \
77
test-006.out \
78
test-007.out \
79
test-008.out \
80
test-009.out \
81
test-010.out \
82
test-011.out \
83
test-012.out \
84
test-013.out \
85
test-014.out \
86
test-015.out \
87
test-016.out \
88
test-017.out \
89
test-018.out \
90
test-019.out \
91
test-020.out \
92
test-021.out \
93
test-022.out \
94
test-023.out \
95
test-024.out \
96
test-025.out \
97
test-026.out \
98
test-027.out \
99
test-028.out \
100
test-029.out \
101
test-030.out \
102
test-031.out \
103
$(NULL)