#!/usr/bin/python # This is a dumb script to run tests on the sugar-jhbuild installed files # The path added is the default path for the jhbuild build import os, sys sys.path.insert(0, os.path.abspath("../../../../../../install/lib/python2.5/site-packages/") ) import unittest from coretests import * unittest.main()