- test order
authorBart Polot <bart@net.in.tum.de>
Mon, 8 Jul 2013 13:29:46 +0000 (13:29 +0000)
committerBart Polot <bart@net.in.tum.de>
Mon, 8 Jul 2013 13:29:46 +0000 (13:29 +0000)
src/mesh/Makefile.am

index f602f40c452cfbcf34e47e4ddd4d5f0f72268805..bbd0737ab9938e43d012af37482149641eba8840 100644 (file)
@@ -98,8 +98,8 @@ libgnunetmeshtest_a_DEPENDENCIES = \
 
 if HAVE_TESTING
 check_PROGRAMS = \
-  test_mesh_local \
   test_mesh_single \
+  test_mesh_local \
   test_mesh_small_forward \
   test_mesh_small_signal  \
   test_mesh_small_speed  \
@@ -120,17 +120,16 @@ dep_mesh_test_lib = \
   libgnunetmesh.la \
   libgnunetmeshtest.a
 
-test_mesh_local_SOURCES = \
-  test_mesh_local.c
-test_mesh_local_LDADD = $(ld_mesh_test_lib)
-test_mesh_local_DEPENDENCIES = $(dep_mesh_test_lib)
-
-
 test_mesh_single_SOURCES = \
   test_mesh_single.c
 test_mesh_single_LDADD = $(ld_mesh_test_lib)
 test_mesh_single_DEPENDENCIES = $(dep_mesh_test_lib)
 
+test_mesh_local_SOURCES = \
+  test_mesh_local.c
+test_mesh_local_LDADD = $(ld_mesh_test_lib)
+test_mesh_local_DEPENDENCIES = $(dep_mesh_test_lib)
+
 test_mesh_small_forward_SOURCES = \
   test_mesh_small.c
 test_mesh_small_forward_LDADD = $(ld_mesh_test_lib)