diff options
author | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-12-16 15:15:17 -0500 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@redhat.com> | 2009-12-16 15:27:50 -0500 |
commit | b3afacf9c970fa7de5ffdebebbd8526a55d3e7d8 (patch) | |
tree | 6b36d43d3ab2aaf60d26783d14933267787f3a45 | |
parent | bbc5108bf8cfcb1f2334e51a8e904b5be48376e1 (diff) |
Reorder tests so that they fastest ones run first.
-rw-r--r-- | test/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index e892b51e..ab987566 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,13 +3,13 @@ INCLUDES = -I$(top_srcdir)/pixman -I$(top_builddir)/pixman TESTPROGRAMS = \ region-test \ - scaling-test \ - blitters-test \ - composite \ fetch-test \ oob-test \ window-test \ - trap-crasher + trap-crasher \ + blitters-test \ + scaling-test \ + composite fetch_test_LDADD = $(TEST_LDADD) region_test_LDADD = $(TEST_LDADD) @@ -69,7 +69,7 @@ convolution_test_SOURCES = convolution-test.c $(GTK_UTILS) endif -check_PROGRAMS = $(TESTPROGRAMS) $(TESTPROGRAMS_GTK) +noinst_PROGRAMS = $(TESTPROGRAMS) $(TESTPROGRAMS_GTK) TESTS = $(TESTPROGRAMS) |