mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
group sip tests in a directory
This commit is contained in:
parent
b7ba1a70b5
commit
1c3554971a
6
.github/workflows/code_layout.yml
vendored
6
.github/workflows/code_layout.yml
vendored
@ -194,11 +194,11 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Sip Checks
|
||||
run: ./tests/code_layout/test_sipify.sh
|
||||
run: ./tests/code_layout/sipify/test_sipify.sh
|
||||
- name: Sip Include Test
|
||||
run: ./tests/code_layout/test_sip_include.sh
|
||||
run: ./tests/code_layout/sipify/test_sip_include.sh
|
||||
- name: Sip Files Up To Date
|
||||
run: ./tests/code_layout/test_sipfiles.sh
|
||||
run: ./tests/code_layout/sipify/test_sipfiles.sh
|
||||
|
||||
cppcheck_18_04:
|
||||
runs-on: ubuntu-18.04
|
||||
|
@ -1,7 +1,7 @@
|
||||
/************************************************************************
|
||||
* This file has been generated automatically from *
|
||||
* *
|
||||
* tests/code_layout/sipifyheader.h *
|
||||
* tests/code_layout/sipify/sipifyheader.h *
|
||||
* *
|
||||
* Do not edit manually ! Edit header and run scripts/sipify.pl again *
|
||||
************************************************************************/
|
@ -7,7 +7,7 @@ srcdir=$(dirname $0)/../../
|
||||
DIR=$(git -C ${srcdir} rev-parse --show-toplevel)
|
||||
|
||||
pushd ${DIR} > /dev/null || exit
|
||||
outdiff=$(./scripts/sipify.pl tests/code_layout/sipifyheader.h | diff tests/code_layout/sipifyheader.expected.sip -)
|
||||
outdiff=$(./scripts/sipify.pl tests/code_layout/sipify/sipifyheader.h | diff tests/code_layout/sipify/sipifyheader.expected.sip -)
|
||||
popd > /dev/null || exit
|
||||
|
||||
if [[ $outdiff ]]; then
|
Loading…
x
Reference in New Issue
Block a user