aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
blob: 1168a52f3cf5c9b94019e33133c759b721033c0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# This file is part of idest
# Copyright (C) 2011, 2015 Sergey Poznyakoff
#
# Idest is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
# Idest is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with idest.  If not, see <http://www.gnu.org/licenses/>.

m4_version_prereq([2.52g])

m4_define([AT_SKIP_TEST],[exit 77])

m4_define([PREREQ_GUILE],[test -z "$GUILE_VERSION" && AT_SKIP_TEST])
m4_define([WITH_GUILE],[PREREQ_GUILE
($1) 2>stderr.log
sed '/^;;; /d' stderr.log >&2
rm stderr.log
])

dnl # Begin tests

AT_INIT
m4_include([version.at])
m4_include([query-v1-00.at])
m4_include([query-v1-01.at])
m4_include([query-v2-00.at])
m4_include([query-v2-01.at])
m4_include([query-v2-02.at])
m4_include([query-v2-03.at])
m4_include([query-v2-04.at])

m4_include([info-v1-00.at])
m4_include([info-v2-00.at])
m4_include([info-v12-00.at])

m4_include([set-v1-00.at])
m4_include([set-v1-01.at])

m4_include([set-v2-00.at])
m4_include([set-v2-01.at])

m4_include([del-all-v1.at])
m4_include([del-all-v2.at])
m4_include([del-all-v12.at])

m4_include([del-frame-v1.at])
m4_include([del-frame-v2.at])

m4_include([copy-v1-00.at])
m4_include([copy-v2-00.at])
m4_include([copy-v12-00.at])

# Scheme Scripting
m4_include([script00.at])
m4_include([script01.at])
m4_include([script02.at])
m4_include([script03.at])
m4_include([script04.at])
m4_include([script05.at])
m4_include([script06.at])
m4_include([script07.at])
m4_include([script08.at])

# Examples
m4_include([shortlist.at])
m4_include([list1.at])
m4_include([list2.at])
m4_include([settitle.at])
m4_include([delcomm.at])

# Formats
m4_include([fmt-shortlist.at])
m4_include([framelist00.at])
m4_include([framelist01.at])
m4_include([framelist02.at])

m4_include([lyrics00.at])

m4_include([pic00.at])
m4_include([pic01.at])

# Batches
m4_include([setlyrics.at])
m4_include([setpic.at])

# End of testsuite.at

Return to:

Send suggestions and report system problems to the System administrator.