summaryrefslogtreecommitdiff
path: root/test/cairo-test-private.h
AgeCommit message (Collapse)AuthorFilesLines
2009-06-18[test] Never use gcc __attribute__ magic for constructors.M Joonas Pihlaja1-2/+0
The configure test for __attribute__((constructor)) succeeds when compiling with Sun Studio 12 on OpenSolaris but the attribute is just ignored and has no actual effect. This causes the test suite to not run any tests at all. With this patch we revert to always using make-cairo-test-constructors.pl.
2008-10-31[test] Build test suite into single binary.Chris Wilson1-0/+74
Avoid calling libtool to link every single test case, by building just one binary from all the sources. This binary is then given the task of choosing tests to run (based on user selection and individual test requirement), forking each test into its own process and accumulating the results.