From: mquinson Date: Tue, 1 Mar 2005 18:45:55 +0000 (+0000) Subject: Deal with msg_test.trace properly when created X-Git-Tag: v3.3~4224 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/cb2a33ffbf5d75a089a156d48e6e7f4ed6217888 Deal with msg_test.trace properly when created git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1129 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/msg/.cvsignore b/examples/msg/.cvsignore index 8ab0e77eb2..05483554c2 100644 --- a/examples/msg/.cvsignore +++ b/examples/msg/.cvsignore @@ -1,3 +1,4 @@ .deps .libs .dirstamp Makefile Makefile.in msg_test run_msg_test +msg_test.trace diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index bac31a682a..8673091cb4 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -2,6 +2,8 @@ INCLUDES= -I$(top_srcdir)/include AM_CFLAGS=-g EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml +CLEANFILES=msg_test.trace + TESTS=run_msg_test check_PROGRAMS=msg_test