2019-04-19 17:31:01 +02:00
|
|
|
#!/usr/bin/env bash
|
2021-01-02 16:00:59 +01:00
|
|
|
#===============================================================================
|
|
|
|
#
|
|
|
|
# FILE: b-example-test.sh
|
|
|
|
#
|
|
|
|
# USAGE: must run only from dev/all-tests.sh
|
|
|
|
#
|
|
|
|
# DESCRIPTION: run pre-commit tests first
|
|
|
|
#
|
|
|
|
# LICENSE: WTFPLv2 http://www.wtfpl.net/txt/copying/
|
|
|
|
# AUTHOR: KayM (gnadelwartz), kay@rrr.de
|
|
|
|
#
|
2021-01-17 09:57:08 +01:00
|
|
|
#### $$VERSION$$ v1.30-0-g3266427
|
2021-01-02 16:00:59 +01:00
|
|
|
#===============================================================================
|
2019-04-19 17:31:01 +02:00
|
|
|
|
2019-04-20 21:09:36 +02:00
|
|
|
../dev/hooks/pre-commit.sh
|
2019-04-19 17:31:01 +02:00
|
|
|
|