tests: make check should test against version in build tree, not installed
[gnome.seed] / tests / javascript / structs / struct-functions.js
1 #!../../../src/seed
2
3 testsuite = imports.testsuite
4 GConf = imports.gi.GConf
5
6 GConf.init(Seed.argv)
7
8 client = GConf.Client.get_default()
9
10 testsuite.assert(client != undefined)