On Tue, 2010-09-21 at 13:23 +0100, Neil Roberts wrote: > We should probably fix this in Clutter. It should be ok to run > test-conformance -l without an X server. Here's a patch which would do > that.
I had a patch that did essentially the same, but yours looks nicer. feel free to commit it. > Eventually it would be nice to think of another way to acheive this > without having to run test-conformance because I think it would also be > a pain for cross-compiling. cross-compilers should not need running the conformance test suite, and that can already be achieved by disabling it from the build itself. > Maybe we could store the list of tests in a > text file instead and have test-conformance read the text file to > install all of the tests? Then the make rule could independently read > the text file without executing anything. the 'test-conformance -l' output is the full path of the test, and it's used to generate the command line for the wrappers. also, some tests can be skipped or run only if "-m slow" is passed; this makes generating the list from a file slightly harder. ciao, Emmanuele. -- Emmanuele Bassi, Open Source Software Engineer Intel Open Source Technology Center _______________________________________________ clutter-app-devel-list mailing list [email protected] http://lists.clutter-project.org/listinfo/clutter-app-devel-list
