|
Last change
on this file was
12487,
checked in by Mark Evenson, 16 years ago
|
|
Port of ASDF-INSTALL under 'contrib/asdf-install'.
'abcl.contrib' will package ASDF-INSTALL in dist/abcl-contrib.jar.
We only have one contrib 'asdf-install'. It is not expected to work
well under Windows at the moment.
To use ASDF-INSTALL, use the following in your ~/.abclrc:
(require 'asdf)
(pushnew "jar:file:${dist.dir}/abcl-contrib.jar!/asdf-install/" asdf:*central-registry*)
Then issuing
CL-USER> (require 'asdf-install)
will load ASDF-INSTALL.
A file ~/.asdf-install can contain customizations to help ASDF-INSTALL
find the programs 'tar' and 'gpg'. 'tar' is searched for in
asdf-install:*shell-search-paths*. The location of 'gpg' can be
customized by setting *gpg-command* to a string containing the file.
This behavior should be rationalized in the future.
ASDF-INSTALL tested under OSX.
|
|
File size:
931 bytes
|
| Line | |
|---|
| 1 | ;;; configuration for LIFT tests |
|---|
| 2 | |
|---|
| 3 | ;; settings |
|---|
| 4 | (:if-dribble-exists :supersede) |
|---|
| 5 | (:dribble "asdf-install.dribble") |
|---|
| 6 | (:print-length 10) |
|---|
| 7 | (:print-level 5) |
|---|
| 8 | (:print-test-case-names t) |
|---|
| 9 | |
|---|
| 10 | ;; suites to run |
|---|
| 11 | (test-asdf-install) |
|---|
| 12 | |
|---|
| 13 | ;; report properties |
|---|
| 14 | (:report-property :title "ASDF-Install | Test results") |
|---|
| 15 | (:report-property :relative-to test-asdf-install) |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | (:report-property :style-sheet "test-style.css") |
|---|
| 20 | (:report-property :if-exists :supersede) |
|---|
| 21 | (:report-property :format :html) |
|---|
| 22 | (:report-property :name "test-results/test-report.html") |
|---|
| 23 | (:report-property :unique-name t) |
|---|
| 24 | (:build-report) |
|---|
| 25 | |
|---|
| 26 | (:report-property :unique-name t) |
|---|
| 27 | (:report-property :format :describe) |
|---|
| 28 | (:report-property :name "test-results/test-report.txt") |
|---|
| 29 | (:build-report) |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | (:report-property :format :save) |
|---|
| 33 | (:report-property :name "test-results/test-report.sav") |
|---|
| 34 | (:build-report) |
|---|
| 35 | |
|---|
| 36 | (:report-property :format :describe) |
|---|
| 37 | (:report-property :full-pathname *standard-output*) |
|---|
| 38 | (:build-report) |
|---|
Note: See
TracBrowser
for help on using the repository browser.