From 2fadd669b1b26fc3d50dceaaa491dab19b0d0cad Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Sun, 19 Aug 2007 23:16:36 +0000 Subject: [PATCH] Nef_3 takes a long time to test, so move N* to the beginning. --- Testsuite/test/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testsuite/test/makefile b/Testsuite/test/makefile index c0d8e970ff0..2eaed71359a 100644 --- a/Testsuite/test/makefile +++ b/Testsuite/test/makefile @@ -5,7 +5,7 @@ # The "all" target is split in several parts (based on the first # character of each directory) to allow parallelization using "make -j". -all: all_sS all_aA all_bB all_cC all_dD all_eE all_fF all_gG all_hH all_iI all_jJ all_kK all_lL all_mM all_nN all_oO all_pP all_qQ all_rR all_tT all_uU all_vV all_wW all_xX all_yY all_zZ +all: all_sS all_nN all_aA all_bB all_cC all_dD all_eE all_fF all_gG all_hH all_iI all_jJ all_kK all_lL all_mM all_oO all_pP all_qQ all_rR all_tT all_uU all_vV all_wW all_xX all_yY all_zZ all_aA: @+for DIR in [0-9_aA]*; do \