From: Bart Polot Date: Mon, 8 Jul 2013 13:29:46 +0000 (+0000) Subject: - test order X-Git-Tag: initial-import-from-subversion-38251~8490 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c4221ed2cbaac7c6bd5652e0577ac3f1c8cffbb4;p=oweals%2Fgnunet.git - test order --- 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)