/+junk/gjs-vapi

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/gjs-vapi

« back to all changes in this revision

Viewing changes to run_tests.sh

  • Committer: Gustav Hartvigsson
  • Date: 2021-09-14 13:59:40 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210914135940-2xw5cl3vm6z5tyz8
woops.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
# compile the vala file
7
7
# valac --pkg=gjs-1.0 --pkg=gio-2.0 --pkg=posix --vapidir=. test.vala > err.log 2>&1
8
 
valac --pkg=gjs-1.0 --pkg=gio-2.0 --pkg=posix --vapidir=./vapi/ ./test/test.vala
 
8
valac --pkg=gjs-1.0\
 
9
      --pkg=gio-2.0\
 
10
      --pkg=posix\
 
11
      --vapidir=./vapi/\
 
12
      ./test/test-runner.vala
9
13
 
10
14
./test