From c4221ed2cbaac7c6bd5652e0577ac3f1c8cffbb4 Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Mon, 8 Jul 2013 13:29:46 +0000 Subject: [PATCH] - test order --- src/mesh/Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/mesh/Makefile.am b/src/mesh/Makefile.am index f602f40c4..bbd0737ab 100644 --- a/src/mesh/Makefile.am +++ b/src/mesh/Makefile.am @@ -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) -- 2.25.1