summaryrefslogtreecommitdiff
path: root/tests/testrunner.sh
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2016-11-30 19:27:17 +0100
committerRico Tzschichholz <ricotz@ubuntu.com>2016-11-30 23:47:53 +0100
commita75f2461db03198d624410434d253dee502c65d7 (patch)
tree2a82921b9d15aa60458abe742a946add4e5eb7ec /tests/testrunner.sh
parent359774c0d9d4c8941f0d7a6e063ad0b549a0ad6d (diff)
downloadvala-a75f2461db03198d624410434d253dee502c65d7.tar.gz
methodcall: Don't try to remove N_/NC_ while they are properly handled in C
This avoids messing around with the ownership and properly invokes copying if needed. https://bugzilla.gnome.org/show_bug.cgi?id=642350
Diffstat (limited to 'tests/testrunner.sh')
-rwxr-xr-xtests/testrunner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testrunner.sh b/tests/testrunner.sh
index aecc847fe..3d680c7fb 100755
--- a/tests/testrunner.sh
+++ b/tests/testrunner.sh
@@ -29,7 +29,7 @@ vapidir=$topsrcdir/vapi
export G_DEBUG=fatal_warnings
VALAC=$topbuilddir/compiler/valac$EXEEXT
-VALAFLAGS="--vapidir $vapidir --disable-warnings --main main --save-temps -X -g -X -O0 -X -pipe -X -lm -X -Werror=return-type -X -Werror=init-self -X -Werror=implicit -X -Werror=sequence-point -X -Werror=return-type -X -Werror=uninitialized -X -Werror=pointer-arith -X -Werror=int-to-pointer-cast -X -Werror=pointer-to-int-cast -X -Wformat -X -Werror=format-security -X -Werror=format-nonliteral -X -Werror=redundant-decls"
+VALAFLAGS="--vapidir $vapidir --disable-warnings --main main --save-temps -X -g -X -O0 -X -pipe -X -lm -X -DGETTEXT_PACKAGE=valac -X -Werror=return-type -X -Werror=init-self -X -Werror=implicit -X -Werror=sequence-point -X -Werror=return-type -X -Werror=uninitialized -X -Werror=pointer-arith -X -Werror=int-to-pointer-cast -X -Werror=pointer-to-int-cast -X -Wformat -X -Werror=format-security -X -Werror=format-nonliteral -X -Werror=redundant-decls"
VAPIGEN=$topbuilddir/vapigen/vapigen$EXEEXT
VAPIGENFLAGS="--vapidir $vapidir"