From: Rico Tzschichholz Date: Sun, 16 Dec 2018 19:14:53 +0000 (+0100) Subject: tests: Warnings and criticals should be fatal on compile time too X-Git-Tag: 0.43.4~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c30e1f9fcd79299df739dda807f6e8b8f513c4;p=thirdparty%2Fvala.git tests: Warnings and criticals should be fatal on compile time too --- diff --git a/tests/girwriter/Makefile.am b/tests/girwriter/Makefile.am index 7f7a0e048..9adfe679e 100644 --- a/tests/girwriter/Makefile.am +++ b/tests/girwriter/Makefile.am @@ -1,7 +1,7 @@ NULL = check-girwriter: $(top_builddir)/compiler/valac - $(top_builddir)/compiler/valac \ + G_DEBUG=fatal-warnings $(top_builddir)/compiler/valac \ -C \ --disable-version-header \ --vapidir $(top_srcdir)/vapi \ diff --git a/tests/gtktemplate/Makefile.am b/tests/gtktemplate/Makefile.am index 05dfd84eb..6cd454e9d 100644 --- a/tests/gtktemplate/Makefile.am +++ b/tests/gtktemplate/Makefile.am @@ -1,7 +1,7 @@ NULL = check-gtktemplate: $(top_builddir)/compiler/valac - $(top_builddir)/compiler/valac \ + G_DEBUG=fatal-warnings $(top_builddir)/compiler/valac \ -C \ --vapidir $(top_srcdir)/vapi \ --pkg gtk+-3.0 \