27 lines
664 B
Plaintext
27 lines
664 B
Plaintext
BORING BACKUP
|
|
|
|
Bash powered backuping tool.
|
|
|
|
INSTALLATION
|
|
|
|
Install for user locally:
|
|
make prefix=$HOME/.local install
|
|
|
|
Uninstall:
|
|
make prefix=$HOME/.local uninstall
|
|
|
|
TESTING
|
|
|
|
boring_backup uses amazing test suite: https://bats-core.readthedocs.io/
|
|
|
|
Install Bats:
|
|
git clone https://github.com/bats-core/bats-core.git
|
|
bash bats-core/install.sh ~/.local
|
|
|
|
Add some Bats extensions:
|
|
git submodule add https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert
|
|
git submodule add https://github.com/bats-core/bats-support.git tests/helpers/bats-support
|
|
|
|
Run tests:
|
|
make test
|