Re: [Vala] New test framework updates.
- From: Jason Martin <agrellum gmail com>
- To: vala-list gnome org
- Subject: Re: [Vala] New test framework updates.
- Date: Tue, 24 Oct 2017 17:45:03 -0400
Just a update:
I settled with just "printf" and not "env printf" in the patch for
testrunner.sh
System has multiple compilers and I found that out using by adding valac -v
flag in VALAFLAGS in testrunner.sh
Had to add VALAFLAGS="$VALAFLAGS --cc=gcc ....................; this might
be a flag needed in new build system.
Then found out gcc (GCC) 4.9.4 has no option -Wint-conversion on
OpenIndiana
cc1: error: -Werror=int-conversion: no option -Wint-conversion
First test now runs but fails on the next ones.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]