summaryrefslogtreecommitdiff
path: root/INSTALL
blob: f267f802b5546ef6d3ba3b30a70bb90e52a69166 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Simply typing

    make install

should install pass to the standard locations.

The makefile is aware of the following environment variables:

PREFIX      default: /usr
DESTDIR     default: 
BINDIR      default: $(PREFIX)/bin
LIBDIR      default: $(PREFIX)/lib
MANDIR      default: $(PREFIX)/share/man
SYSCONFDIR  default: /etc

-- Completion Files --

The install target will automatically determine the existance
of bash, zsh, and fish, and install the completion files as
needed. If you'd like to force installation, you may set
FORCE_BASHCOMP, FORCE_ZSHCOMP, or FORCE_FISHCOMP to 1, or set
FORCE_ALL to 1. The exact paths of the completions can be
controlled with BASHCOMP_PATH, ZSHCOMP_PATH, and FISHCOMP_PATH.

-- Test Suite --

Pass has a test suite which uses Sharness:
<https://github.com/mlafeldt/sharness>

To run all tests, run 'make test'.

To debug an individual test, run it directly with '-v', e.g.:
    $ tests/t0001-sanity-checks.sh -v
git/commit/portato/config_parser.py?id=e5d7bb56758bdc465bf6e5dd0c481362f30e63e4&follow=1'>Generate correct KeyNotFoundExceptionRené 'Necoro' Neumann1-2/+2 2008-03-09Small changesRené 'Necoro' Neumann3-1/+4 2008-03-07Better session handlingRené 'Necoro' Neumann1-5/+54 2008-03-07Small changesRené 'Necoro' Neumann1-1/+4 2008-03-07Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237