bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/gjs-vapi
2
by Gustav Hartvigsson
More code. |
1 |
#!/usr/bin/env bash
|
2 |
||
3 |
# compile the gresource file.
|
|
4 |
glib-compile-resources gjs.vapi.test.gresource.xml
|
|
5 |
||
6 |
# compile the vala file
|
|
7 |
# valac --pkg=gjs-1.0 --pkg=gio-2.0 --pkg=posix --vapidir=. test.vala > err.log 2>&1
|
|
8
by Gustav Hartvigsson
woops. |
8 |
valac --pkg=gjs-1.0\ |
9 |
--pkg=gio-2.0\ |
|
10 |
--pkg=posix\ |
|
11 |
--vapidir=./vapi/\ |
|
12 |
./test/test-runner.vala
|
|
2
by Gustav Hartvigsson
More code. |
13 |
|
14 |
./test |