From 1bbdfba4d473865f9068d953680eef6553d206d6 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 28 Jan 2004 18:41:14 +0000 Subject: [PATCH 1/1] unifiate the name of test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- testsuite/Makefile.am | 4 ++-- testsuite/{gras/test_log.c => xbt/log_usage.c} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename testsuite/{gras/test_log.c => xbt/log_usage.c} (100%) diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 624147767e..1497ea142b 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -10,7 +10,7 @@ DISTCLEANFILES=Makefile.in *~ TESTS_PROGS= \ dynar_int dynar_double dynar_string \ dict_usage dict_crash \ - test_log \ + log_usage \ config_usage # multidict_crash @@ -29,7 +29,7 @@ multidict_crash_LDADD= $(top_srcdir)/src/base/libgrasutils.a config_usage_LDADD= $(top_srcdir)/src/base/libgrasutils.a -test_log_LDADD= $(top_srcdir)/src/base/libgrasutils.a +log_usage_LDADD= $(top_srcdir)/src/base/libgrasutils.a gs_example_send_LDADD= $(top_srcdir)/src/base/libgrasutils.a gs_example_receive_LDADD= $(top_srcdir)/src/base/libgrasutils.a diff --git a/testsuite/gras/test_log.c b/testsuite/xbt/log_usage.c similarity index 100% rename from testsuite/gras/test_log.c rename to testsuite/xbt/log_usage.c -- 2.20.1