aboutsummaryrefslogtreecommitdiff
path: root/tests/atlocal.in
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-07-29 00:49:53 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-07-29 00:49:53 +0300
commit07e8fc8a6afe790f7e225601392cf6d17b6a3591 (patch)
tree8d11d1574df20477a8f7359cb0403511948add3a /tests/atlocal.in
parentc675f974b1787097237be644f77ba1d40385e425 (diff)
downloadidest-07e8fc8a6afe790f7e225601392cf6d17b6a3591.tar.gz
idest-07e8fc8a6afe790f7e225601392cf6d17b6a3591.tar.bz2
Add testsuite
* Makefile.am (SUBDIRS): Add tests * configure.ac: Initialize testsuite. * src/cmdline.opt (get_options): Bugfix. * src/frametab.gperf: Use condesc instead of descr, which is reserved. * src/getopt.m4: Fix version output. * src/guile.c: Bugfixes. * src/main.c (guile_argv): Declare here, instead of in guile.c. * tests/Makefile.am: New file. * tests/testsuite.at: New file. * tests/.gitignore: New file. * tests/Makefile.am: New file. * tests/atlocal.in: New file. * tests/genfile.c: New file. * tests/id3v1: New file. * tests/id3v1-2: New file. * tests/id3v2: New file. * tests/idest-32.png: New file. * tests/idest-68.png: New file. * tests/info-v1-00.at: New file. * tests/info-v12-00.at: New file. * tests/info-v2-00.at: New file. * tests/query-v1-00.at: New file. * tests/query-v1-01.at: New file. * tests/query-v2-00.at: New file. * tests/query-v2-01.at: New file. * tests/query-v2-02.at: New file. * tests/query-v2-03.at: New file. * tests/query-v2-04.at: New file. * tests/set-v1-00.at: New file. * tests/set-v2-00.at: New file. * tests/version.at: New file.
Diffstat (limited to 'tests/atlocal.in')
-rw-r--r--tests/atlocal.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/atlocal.in b/tests/atlocal.in
new file mode 100644
index 0000000..420c2c9
--- /dev/null
+++ b/tests/atlocal.in
@@ -0,0 +1,10 @@
+# @configure_input@ -*- shell-script -*-
+# Configurable variable values for the Idest test suite.
+# Copyright (C) 2011 Sergey Poznyakoff
+
+PATH=@abs_top_builddir@/src:$PATH
+
+XFAILFILE=$abs_builddir/.badversion
+
+trap "cleanup; test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15
+

Return to:

Send suggestions and report system problems to the System administrator.