Imported Upstream version 2.1.23
[platform/upstream/gpg2.git] / common / all-tests.scm
1 ;; Copyright (C) 2017 g10 Code GmbH
2 ;;
3 ;; This file is part of GnuPG.
4 ;;
5 ;; GnuPG is free software; you can redistribute it and/or modify
6 ;; it under the terms of the GNU General Public License as published by
7 ;; the Free Software Foundation; either version 3 of the License, or
8 ;; (at your option) any later version.
9 ;;
10 ;; GnuPG is distributed in the hope that it will be useful,
11 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ;; GNU General Public License for more details.
14 ;;
15 ;; You should have received a copy of the GNU General Public License
16 ;; along with this program; if not, see <http://www.gnu.org/licenses/>.
17
18 (export all-tests
19  ;; XXX: Currently, the makefile parser does not understand this
20  ;; Makefile.am, so we hardcode the list of tests here.
21  (map (lambda (name)
22         (test::binary #f
23                       (path-join "common" name)
24                       (path-join (getenv "objdir") "common" name)))
25       (list "t-stringhelp"
26             "t-timestuff"
27             "t-convert"
28             "t-percent"
29             "t-gettime"
30             "t-sysutils"
31             "t-sexputil"
32             "t-session-env"
33             "t-openpgp-oid"
34             "t-ssh-utils"
35             "t-mapstrings"
36             "t-zb32"
37             "t-mbox-util"
38             "t-iobuf"
39             "t-strlist"
40             "t-name-value"
41             "t-ccparray"
42             "t-recsel"
43             "t-exechelp"
44             "t-exectool"
45             )))