summaryrefslogtreecommitdiffstats
path: root/bin/git/hooks/pre-commit
blob: cdb450a6414ee15a700d9f76f7336a9f7293d1b3 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

# exit if any test fails
set -e

make test

php -f bin/tools/generate_authors.php
git add AUTHORS.md