[Vala] testrunner.sh on OpenIndiana



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]