Test the deprecation support

Test gtk4-builder-tool validate --deprecations
This commit is contained in:
Matthias Clasen
2023-05-12 19:27:04 -04:00
parent 78d2002965
commit 8c92c619de

View File

@@ -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