aboutsummaryrefslogtreecommitdiff
path: root/tests/pic01.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pic01.at')
-rw-r--r--tests/pic01.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/pic01.at b/tests/pic01.at
index 4c01c32..a264186 100644
--- a/tests/pic01.at
+++ b/tests/pic01.at
@@ -1,8 +1,8 @@
1# This file is part of idest -*- autotest -*- 1# This file is part of idest -*- autotest -*-
2# Copyright (C) 2011 Sergey Poznyakoff 2# Copyright (C) 2011, 2015 Sergey Poznyakoff
3# 3#
4# Idest is free software; you can redistribute it and/or modify 4# Idest is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
@@ -15,15 +15,15 @@
15# along with idest. If not, see <http://www.gnu.org/licenses/>. 15# along with idest. If not, see <http://www.gnu.org/licenses/>.
16 16
17AT_SETUP([formats: pic --store]) 17AT_SETUP([formats: pic --store])
18AT_KEYWORDS([script format pic--store pic01]) 18AT_KEYWORDS([script format pic--store pic01])
19 19
20AT_CHECK([ 20AT_CHECK([
21PREREQ_GUILE 21WITH_GUILE([
22genfile -f file -p $abs_srcdir/id3v2 10k 22genfile -f file -p $abs_srcdir/id3v2 10k
23idest -N -p $abs_top_srcdir/scheme --format pic --store --file ~N-~C.~T file 23idest -N -p $abs_top_srcdir/scheme --format pic --store --file ~N-~C.~T file])
24echo file-32x32 sample image.png 24echo file-32x32 sample image.png
25cmp "file-32x32 sample image.png" $abs_srcdir/idest-32.png 25cmp "file-32x32 sample image.png" $abs_srcdir/idest-32.png
26echo file-68x68 sample image.png 26echo file-68x68 sample image.png
27cmp "file-68x68 sample image.png" $abs_srcdir/idest-68.png 27cmp "file-68x68 sample image.png" $abs_srcdir/idest-68.png
28], 28],
29[0], 29[0],

Return to:

Send suggestions and report system problems to the System administrator.