From d33c70fd6417c71b8965a088355dcc9e2ade51f7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sat, 28 Jan 2012 10:24:18 +0000 Subject: ocaml: Sort the tests. --- ocaml/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ocaml') diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 4c9471e1..50f26496 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -91,8 +91,9 @@ test_progs += \ endif TESTS = run-bindtests \ - $(patsubst %,%.bc,$(test_progs)) \ - $(patsubst %,%.opt,$(test_progs)) + $(sort \ + $(patsubst %,%.bc,$(test_progs)) \ + $(patsubst %,%.opt,$(test_progs))) noinst_DATA += \ bindtests.bc bindtests.opt \ -- cgit