upd .gitignore and README

This commit is contained in:
ge 2022-10-09 01:04:01 +03:00
parent ee321deab5
commit 8999940443
2 changed files with 4 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
*.txt
dist/
tests/helpers/*
src/backups/
src/clean
NOTE.todo

10
README
View File

@ -10,19 +10,17 @@ INSTALLATION
Uninstall:
make prefix=$HOME/.local uninstall
DEVELOPMENT
TESTING
TESTING
BB uses amazing test suite: https://bats-core.readthedocs.io/
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 clone https://github.com/bats-core/bats-assert.git tests/helpers/bats-assert
git clone https://github.com/bats-core/bats-support.git tests/helpers/bats-support
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