[Vala] testrunner.sh on OpenIndiana
- From: Jason Martin <agrellum gmail com>
- To: vala-list gnome org
- Subject: [Vala] testrunner.sh on OpenIndiana
- Date: Thu, 26 Oct 2017 13:55:06 -0400
Should test enum-string-marshalling.vala include a Packages: statement?
gio-unix-2.0 posix
I got my tests somewhat working but I had to create a run one at a time
script.
#!/usr/bin/env bash
for testfile in "$@"; do
echo $testfile
./testone.sh $testfile
done
244 Pass OK. The ones named *.test not working yet.
Am I right, the Makefile generated on other systems calls testrunner.sh in
that way?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]