Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Deal with msg_test.trace properly when created
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Mar 2005 18:45:55 +0000 (18:45 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 1 Mar 2005 18:45:55 +0000 (18:45 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1129 48e7efb5-ca39-0410-a469-dd3cf9ba447f

examples/msg/.cvsignore
examples/msg/Makefile.am

index 8ab0e77..0548355 100644 (file)
@@ -1,3 +1,4 @@
 .deps .libs .dirstamp Makefile Makefile.in
 msg_test
 run_msg_test
 .deps .libs .dirstamp Makefile Makefile.in
 msg_test
 run_msg_test
+msg_test.trace
index bac31a6..8673091 100644 (file)
@@ -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
 
 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
 
 TESTS=run_msg_test
 check_PROGRAMS=msg_test