Skip to content

Commit

Permalink
[test] Build test suite into single binary.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Chris Wilson committed Oct 31, 2008
1 parent 8457972 commit e90073f
Show file tree
Hide file tree
Showing 228 changed files with 3,770 additions and 4,123 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ MAINTAINERCLEANFILES += \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
--enable-test-surfaces \
--enable-full-testing \
$(NULL)

include $(srcdir)/build/Makefile.am.changelog
Expand Down
Loading

0 comments on commit e90073f

Please sign in to comment.