commit | b0ef434911127cfe4681d2394c5d571fe486b80d | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Sun Apr 01 17:43:26 2018 +0300 |
committer | Ron Eldor <Ron.Eldor@arm.com> | Wed Jun 27 17:41:00 2018 +0300 |
tree | dfc803b665ff7d209e5a6d0a0a103473d21b57ef | |
parent | 8266acacc8d6e1c65fba9a048f56339d0827b2fe [diff] [blame] |
Add doxygen.sh script to git hooks Add the doxygen.sh script to the pre-push git script
diff --git a/tests/git-scripts/pre-push.sh b/tests/git-scripts/pre-push.sh index 7407f44..86edf5a 100755 --- a/tests/git-scripts/pre-push.sh +++ b/tests/git-scripts/pre-push.sh
@@ -46,3 +46,4 @@ run_test ./tests/scripts/check-names.sh run_test ./tests/scripts/check-generated-files.sh run_test ./tests/scripts/check-files.py +run_test ./tests/scripts/doxygen.sh