New version.
[runlisp] / t / atlocal.in
1 ### -*-sh-*-
2 ###
3 ### Configuration variables interesting to the test suite
4 ###
5 ### (c) 2020 Mark Wooding
6 ###
7
8 ###----- Licensing notice ---------------------------------------------------
9 ###
10 ### This file is part of Runlisp, a tool for invoking Common Lisp scripts.
11 ###
12 ### Runlisp is free software: you can redistribute it and/or modify it
13 ### under the terms of the GNU General Public License as published by the
14 ### Free Software Foundation; either version 3 of the License, or (at your
15 ### option) any later version.
16 ###
17 ### Runlisp is distributed in the hope that it will be useful, but WITHOUT
18 ### ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
19 ### FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 ### for more details.
21 ###
22 ### You should have received a copy of the GNU General Public License
23 ### along with Runlisp. If not, see <https://www.gnu.org/licenses/>.
24
25 ###--------------------------------------------------------------------------
26 ### Configuration snippets.
27
28 ## Lisp systems.
29 SBCL=@SBCL@
30 CCL=@CCL@
31 CLISP=@CLISP@
32 ECL=@ECL@
33 CMUCL=@CMUCL@
34 ABCL=@ABCL@
35
36 ###----- That's all, folks --------------------------------------------------