mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-16 23:14:36 +00:00
Sort the tests run in tests/ by running the slowest ones first
This speeds up the tests when they are run in parallel. * tests/Makefile.am: Sort the tests by running the slowest ones first. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
This commit is contained in:
parent
f275939df2
commit
5e171c530c
@ -17,19 +17,19 @@ endif
|
||||
TESTS= \
|
||||
runtestreaddwarf \
|
||||
runtestcanonicalizetypes.sh \
|
||||
runtestreadwrite \
|
||||
runtestdiffpkg \
|
||||
runtestdifffilter \
|
||||
$(ZIP_ARCHIVE_TESTS) \
|
||||
runtestdiffsuppr \
|
||||
runtestreadwrite \
|
||||
runtestabidiff \
|
||||
runtestdiffdwarfabixml \
|
||||
runtestabicompat \
|
||||
runtesttypesstability \
|
||||
runtestdiffdwarf \
|
||||
runtestlookupsyms \
|
||||
runtestaltdwarf \
|
||||
runtestcorediff \
|
||||
runtestabidiff \
|
||||
runtestdiffdwarf \
|
||||
runtestdifffilter \
|
||||
runtestdiffsuppr \
|
||||
runtestdiffdwarfabixml \
|
||||
runtestabicompat \
|
||||
runtestdiffpkg \
|
||||
runtesttypesstability \
|
||||
$(CXX11_TESTS)
|
||||
|
||||
EXTRA_DIST = runtestcanonicalizetypes.sh.in
|
||||
|
Loading…
Reference in New Issue
Block a user