# HG changeset patch
# User laurent
# Date 1254998215 -7200
# Node ID 2b9bc5ee30c0fac8b83fc38580abaebacb3af906
# Parent  8261c8f1e3658c260e8dca20fd1368fa30c85480
Bug on canopen tests (not being multi-platform) fixed

diff -r 8261c8f1e365 -r 2b9bc5ee30c0 tests/canopen_master/beremiz.xml
--- a/tests/canopen_master/beremiz.xml	Thu Oct 08 11:26:40 2009 +0200
+++ b/tests/canopen_master/beremiz.xml	Thu Oct 08 12:36:55 2009 +0200
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <BeremizRoot URI_location="LOCAL://">
-  <TargetType>
-    <Linux CFLAGS="-g" LDFLAGS=""/>
-  </TargetType>
+  <TargetType/>
 </BeremizRoot>
diff -r 8261c8f1e365 -r 2b9bc5ee30c0 tests/canopen_slave/beremiz.xml
--- a/tests/canopen_slave/beremiz.xml	Thu Oct 08 11:26:40 2009 +0200
+++ b/tests/canopen_slave/beremiz.xml	Thu Oct 08 12:36:55 2009 +0200
@@ -1,6 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <BeremizRoot URI_location="LOCAL://">
-  <TargetType>
-    <Linux CFLAGS="-g" LDFLAGS=""/>
-  </TargetType>
+  <TargetType/>
 </BeremizRoot>