]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
tests: Warnings and criticals should be fatal on compile time too
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Dec 2018 19:14:53 +0000 (20:14 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Dec 2018 19:23:32 +0000 (20:23 +0100)
tests/girwriter/Makefile.am
tests/gtktemplate/Makefile.am

index 7f7a0e04849f114d6412c264290fec884c8cbc1d..9adfe679eae06af9b345eab08ec135539203ba5f 100644 (file)
@@ -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 \
index 05dfd84ebd81e91fda328f35987d93c9ac5170e8..6cd454e9d3e940e7113dd75c5259808de7a48309 100644 (file)
@@ -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 \