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?
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to