From: Matthias Clasen Date: Fri, 12 May 2023 23:27:04 +0000 (-0400) Subject: Test the deprecation support X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~269^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c92c619dec57155e80f3423b00a58f4d2db949c;p=gtk4.git Test the deprecation support Test gtk4-builder-tool validate --deprecations --- diff --git a/testsuite/tools/validate b/testsuite/tools/validate index 42048ef7b4..414a5053b3 100755 --- a/testsuite/tools/validate +++ b/testsuite/tools/validate @@ -21,7 +21,7 @@ for t in ${TESTS[*]}; do cd $TEST_DATA_DIR - $GTK_BUILDER_TOOL validate $(basename $t) 2>$result + $GTK_BUILDER_TOOL validate --deprecations $(basename $t) 2>$result cd $OLDPWD