[lasem/lasem-0-4] tests: change order of tests.



commit 528a0ae0acc1e43a4cad2a76cbedeeacacf3a02b
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Sun Jan 6 20:30:07 2013 +0100

    tests: change order of tests.
    
    With the full test suite, there's a big chance the 'suite' test will fail.
    Run 'dom' and 'str' before.

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index aa99932..b834881 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -12,7 +12,7 @@ noinst_PROGRAMS = lsm-test
 lsm_test_SOURCES = lsmtest.c
 lsm_test_LDADD = $(test_progs_ldadd)
 
-TEST_PROGS += dom suite str
+TEST_PROGS += dom str suite
 
 noinst_PROGRAMS += $(TEST_PROGS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]