tests/linux/test_svgui/beremiz.xml
author etisserant
Wed, 20 Aug 2008 00:11:40 +0200
changeset 203 cb9901076a21
parent 167 648449a9d778
child 256 1da137b99948
permissions -rw-r--r--
Added concepts :
- connector class (for PLC control, debug and flashing abstraction).
- builder class (C toolchain abstraction)

Added features :
- Pyro based connector.
- ctypes loader, load PLC shared object and run it
- ctypes based debugger embryo (not tested)
- gcc builder

Broken:
- Win32 runtime
- Most tests
167
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     2
<BeremizRoot CFLAGS="" Linker="g++" LDFLAGS="">
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     3
  <TargetType>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     4
    <Linux Nice="0"/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     5
  </TargetType>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     6
  <Connection>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     7
    <Local/>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     8
  </Connection>
648449a9d778 Re-organized tests
etisserant
parents:
diff changeset
     9
</BeremizRoot>